Color Hex Logo

#bbcce1 Color Hex

#BBCCE1
(187,204,225)
0 Favorites   0 Comments

Color spaces of #bbcce1

RGB 187204225
HSL0.590.390.81
HSV213°17°88°
CMYK 0.170.090.00   0.12
XYZ55.677059.186879.7239
Yxy59.18680.28610.3042
Hunter Lab76.9330-5.4508-7.5878
CIE-Lab81.3942-1.4434-12.3418

#bbcce1 color RGB value is (187,204,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 11100001
Octal 273 314 341
Decimal 187 204 225
Hex BB CC E1

RGB Percentages of Color #bbcce1

%30.36
%33.12
%36.53

CMYK Percentages of Color #bbcce1

%17
%9
%0
%12

Triadic Colors of #bbcce1

#bbcce1 #e1bbcc #cce1bb

Analogous Colors of #bbcce1

#bbcce1 #bdbbe1 #bbdfe1

Monochromatic Colors of #bbcce1

#bbcce1

Complementary Color

#bbcce1 #e1d0bb

#bbcce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcce1 Color CSS Codes

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

#bbcce1 Text Font Color

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

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


#bbcce1 Background Color

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

This div background color is #bbcce1


#bbcce1 Border Color

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

This div border color is #bbcce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcce1


Comments

No comments written yet.

Please login to write comment.