#b0e6e3 Color Hex Cool Crayon

Information about Cool Crayon Color | #0000FF

#b0e6e3 color RGB value is (176,230,227). #b0e6e3 color name is Cool Crayon color.

#b0e6e3 hex color red value is 176 , green value is 230 and the blue value of its RGB is 227 . Cylindrical-coordinate representations (also known as HSL) of color #b0e6e3 hue: 177 , saturation: 52 and the lightness value of #b0e6e3 is 80

The process color (four color CMYK) of #b0e6e3 color hex is 9 , 0 ,1, 4 .

#b0e6e3

~Cool Crayon

Color Converions

HEX
#b0e6e3
RGB
176,230,227
LAB
88,-18,-4
CMYK
23,0,1,10
LCH
88,19,-166
XYZ
60,71,83
HSV
177,23,90
HSL
177,52,80

Base Numbers

Base Red Green Blue
Binary 10110000 11100110 11100011
Octal 260 346 343
Decimal 176 230 227
Hex b0 e6 e3

RGB Percentages of Color #b0e6e3

69%
90%
89%

CMYK Percentages of Color #b0e6e3

9%
1%
0%
4%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #b0e6e3

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#b0e6e3
20%
#9ecfcc
30%
#8db8b6
40%
#7ba19f
50%
#6a8a88
60%
#587372
70%
#465c5b
80%
#354544
90%
#232e2d
100%
#121717

Tints of #b0e6e3

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#b0e6e3
20%
#b8e9e6
30%
#c0ebe9
40%
#c8edeb
50%
#d0f0ee
60%
#d8f2f1
70%
#dff5f4
80%
#e7f7f7
90%
#effaf9
100%
#f7fcfc

Tones of #b0e6e3

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#b0e6e3
20%
#abdcd9
30%
#a6d2cf
40%
#a1c7c5
50%
#9dbdbb
60%
#98b3b1
70%
#93a9a7
80%
#8e9e9d
90%
#899493
100%
#848a89

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#b0e6e3
#b0e6cd
#b0e6d8
#b0e6e3
#b0dee6
#b0d3e6

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#b0e6e3
#e6b0b3

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#b0e6e3
#b8b0e6
#e6cdb0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#b0e6e3
#e3b0e6
#e6e3b0

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#b0e6e3
#c8b0e6
#e6b0b3
#cee6b0

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#b0e6e3
#0d1111
#2e3c3b
#4e6665
#6f918f
#8fbbb9

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#b0e6e3

protanopia

#dedadc

deuteranopia

#ebd4e8

tritanopia

#b3e2f4

achromatopsia

#dadada

protanomaly

#cddedf

deuteranomaly

#d5dbe6

achromatopsia

#dadada

tritanomaly

#b2e4ee

achromatomaly

#cbdfdd

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 1/21
Hello World ! 1

Black background-color

Good 15/21
Hello World !

#b0e6e3 Color CSS Codes

.bgcolor {background-color:#b0e6e3; } 
.forecolor {color:#b0e6e3; }
.bordercolor {border:3px solid #b0e6e3; }
            

#b0e6e3 Text Font Color

<div style="color:#b0e6e3">
Div content here</div>

This sample text font color is #b0e6e3
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#b0e6e3 Background Color

<div style="background-color:#b0e6e3">
Div content here</div>
Div content here

#b0e6e3 Border Color

<div style="border:3px solid #b0e6e3">
Div here</div>

This div border color is #b0e6e3

#b0e6e3 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #b0e6e3; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0e6e3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0e6e3;
  -webkit-box-shadow: 1px 1px 3px 2px #b0e6e3;
  box-shadow: 1px 1px 3px 2px #b0e6e3; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b0e6e3">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b0e6e3;
              -webkit-box-shadow: 1px 1px 3px 2px #b0e6e3;
              box-shadow:         1px 1px 3px 2px #b0e6e3#b0e6e3">
Div content here</div>

This div box has shadow with color #b0e6e3

More Colors

After Shock
#fec65f
Nipple
#bb7777
Artemis
#d2a96e
Blossom Pink
#e6d5ce
Plague Brown
#dfb900
Basil
#879f84
Lolly Ice
#a6dad0
Gorthor Brown
#654741
McKenzie
#8c6338
Palm Green
#20392c
Jack Bone
#869f69
Iron Maiden
#d6d1dc
Cherry Foam
#f392a0
Iced Tulip
#afa9af
Grim Pink
#deadaf
Morning Shine
#f8eaed
Green Scene
#858365
Clamshell
#edd0b6
Homeopathic Mint
#e5ead8
Out of Blue
#c0f7db
Pastel Yellow
#fdfd96
Japanese Wineberry
#522c35
Fresh Clay
#be8035
Classic Brown
#6a493d
Butter Icing
#f5e5da
Impatiens Pink
#ffc4bc
Hot Chilli
#b7513a
Green Coconut
#868e65
Hint of Red
#f6dfe0
Plein Air
#bfcad6
French Roast
#58423f
Brimstone Butterfly
#c2c190
County Green
#1b4b35
Light Blue Grey
#b7c9e2
Electric Indigo
#6600ff
Hot Stone
#aba89e
Ancient Royal Banner
#843f5b
Brass
#b5a642
Pearl City
#dce4e9
rating-img
Rate this tool
NaN/5   0 votes