Color Hex Logo

#bbcce0 Color Hex

#BBCCE0
(187,204,224)
1 Favorites   0 Comments

Color spaces of #bbcce0

RGB 187204224
HSL0.590.370.81
HSV212°17°88°
CMYK 0.170.090.00   0.12
XYZ55.540959.132379.0074
Yxy59.13230.28680.3053
Hunter Lab76.8975-5.6452-7.0885
CIE-Lab81.3643-1.6557-11.8517

#bbcce0 color RGB value is (187,204,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 11100000
Octal 273 314 340
Decimal 187 204 224
Hex BB CC E0

RGB Percentages of Color #bbcce0

%30.41
%33.17
%36.42

CMYK Percentages of Color #bbcce0

%17
%9
%0
%12

Triadic Colors of #bbcce0

#bbcce0 #e0bbcc #cce0bb

Analogous Colors of #bbcce0

#bbcce0 #bdbbe0 #bbdfe0

Monochromatic Colors of #bbcce0

#bbcce0

Complementary Color

#bbcce0 #e0cfbb

#bbcce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcce0 Color CSS Codes

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

#bbcce0 Text Font Color

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

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


#bbcce0 Background Color

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

This div background color is #bbcce0


#bbcce0 Border Color

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

This div border color is #bbcce0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,204,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 #bbcce0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcce0


Comments

No comments written yet.

Please login to write comment.