Color Hex Logo

#bbceeb Color Hex

#BBCEEB
(187,206,235)
0 Favorites   0 Comments

Color spaces of #bbceeb

RGB 187206235
HSL0.600.550.83
HSV216°20°92°
CMYK 0.200.120.00   0.08
XYZ57.560260.705687.2809
Yxy60.70560.28000.2953
Hunter Lab77.9138-4.4791-11.8784
CIE-Lab82.2202-0.3394-16.4422

#bbceeb color RGB value is (187,206,235).

#bbceeb hex color red value is 187, green value is 206 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bbceeb hue: 0.60 , saturation: 0.55 and the lightness value of bbceeb is 0.83.

The process color (four color CMYK) of #bbceeb color hex is 0.20, 0.12, 0.00, 0.08. Web safe color of #bbceeb is #ccccff. Color #bbceeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 11101011
Octal 273 316 353
Decimal 187 206 235
Hex BB CE EB

RGB Percentages of Color #bbceeb

%29.78
%32.80
%37.42

CMYK Percentages of Color #bbceeb

%20
%12
%0
%8

Triadic Colors of #bbceeb

#bbceeb #ebbbce #ceebbb

Analogous Colors of #bbceeb

#bbceeb #c0bbeb #bbe6eb

Monochromatic Colors of #bbceeb

#bbceeb

Complementary Color

#bbceeb #ebd8bb

#bbceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbceeb Color CSS Codes

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

#bbceeb Text Font Color

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

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


#bbceeb Background Color

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

This div background color is #bbceeb


#bbceeb Border Color

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

This div border color is #bbceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbceeb


Comments

No comments written yet.

Please login to write comment.