Color Hex Logo

#bbcbe0 Color Hex

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

Color spaces of #bbcbe0

RGB 187203224
HSL0.590.370.81
HSV214°17°88°
CMYK 0.170.090.00   0.12
XYZ55.304058.658578.9284
Yxy58.65850.28670.3041
Hunter Lab76.5888-5.1375-7.4889
CIE-Lab81.1035-1.1270-12.2414

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

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

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

Base Numbers

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

RGB Percentages of Color #bbcbe0

%30.46
%33.06
%36.48

CMYK Percentages of Color #bbcbe0

%17
%9
%0
%12

Triadic Colors of #bbcbe0

#bbcbe0 #e0bbcb #cbe0bb

Analogous Colors of #bbcbe0

#bbcbe0 #bebbe0 #bbdee0

Monochromatic Colors of #bbcbe0

#bbcbe0

Complementary Color

#bbcbe0 #e0d0bb

#bbcbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcbe0 Color CSS Codes

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

#bbcbe0 Text Font Color

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

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


#bbcbe0 Background Color

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

This div background color is #bbcbe0


#bbcbe0 Border Color

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

This div border color is #bbcbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcbe0

#bbcbe0 Color Palettes


Comments

No comments written yet.

Please login to write comment.