Color Hex Logo

#bbcee1 Color Hex

#BBCEE1
(187,206,225)
0 Favorites   0 Comments

Color spaces of #bbcee1

RGB 187206225
HSL0.580.390.81
HSV210°17°88°
CMYK 0.170.080.00   0.12
XYZ56.155460.143779.8833
Yxy60.14370.28620.3066
Hunter Lab77.5524-6.4654-6.7854
CIE-Lab81.9162-2.4989-11.5618

#bbcee1 color RGB value is (187,206,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 11100001
Octal 273 316 341
Decimal 187 206 225
Hex BB CE E1

RGB Percentages of Color #bbcee1

%30.26
%33.33
%36.41

CMYK Percentages of Color #bbcee1

%17
%8
%0
%12

Triadic Colors of #bbcee1

#bbcee1 #e1bbce #cee1bb

Analogous Colors of #bbcee1

#bbcee1 #bbbbe1 #bbe1e1

Monochromatic Colors of #bbcee1

#bbcee1

Complementary Color

#bbcee1 #e1cebb

#bbcee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcee1 Color CSS Codes

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

#bbcee1 Text Font Color

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

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


#bbcee1 Background Color

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

This div background color is #bbcee1


#bbcee1 Border Color

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

This div border color is #bbcee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcee1


Comments

No comments written yet.

Please login to write comment.