Color Hex Logo

#bbe0cb Color Hex

#BBE0CB
(187,224,203)
0 Favorites   0 Comments

Color spaces of #bbe0cb

RGB 187224203
HSL0.410.370.81
HSV146°17°88°
CMYK 0.170.000.09   0.12
XYZ57.928768.187966.6083
Yxy68.18790.30060.3538
Hunter Lab82.5760-19.28669.9780
CIE-Lab86.1003-16.16316.2552

#bbe0cb color RGB value is (187,224,203).

#bbe0cb hex color red value is 187, green value is 224 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bbe0cb hue: 0.41 , saturation: 0.37 and the lightness value of bbe0cb is 0.81.

The process color (four color CMYK) of #bbe0cb color hex is 0.17, 0.00, 0.09, 0.12. Web safe color of #bbe0cb is #cccccc. Color #bbe0cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 11001011
Octal 273 340 313
Decimal 187 224 203
Hex BB E0 CB

RGB Percentages of Color #bbe0cb

%30.46
%36.48
%33.06

CMYK Percentages of Color #bbe0cb

%17
%0
%9
%12

Triadic Colors of #bbe0cb

#bbe0cb #cbbbe0 #e0cbbb

Analogous Colors of #bbe0cb

#bbe0cb #bbe0de #bee0bb

Monochromatic Colors of #bbe0cb

#bbe0cb

Complementary Color

#bbe0cb #e0bbd0

#bbe0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe0cb Color CSS Codes

.mybgcolor {background-color:#bbe0cb; } 
.myforecolor {color:#bbe0cb; }
.mybordercolor {border:3px solid #bbe0cb; }

#bbe0cb Text Font Color

<p style="color:#bbe0cb">Text here</p>

This sample text font color is #bbe0cb
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.


#bbe0cb Background Color

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

This div background color is #bbe0cb


#bbe0cb Border Color

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

This div border color is #bbe0cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,224,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbe0cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbe0cb;
  -webkit-box-shadow: 1px 1px 3px 2px #bbe0cb;
  box-shadow:         1px 1px 3px 2px #bbe0cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,224,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe0cb


Comments

No comments written yet.

Please login to write comment.