Color Hex Logo

#bbcbef Color Hex

#BBCBEF
(187,203,239)
0 Favorites   0 Comments

Color spaces of #bbcbef

RGB 187203239
HSL0.620.620.84
HSV222°22°94°
CMYK 0.220.150.00   0.06
XYZ57.429459.508790.1208
Yxy59.50870.27740.2874
Hunter Lab77.1419-2.1114-15.2661
CIE-Lab81.57042.1408-19.5562

#bbcbef color RGB value is (187,203,239).

#bbcbef hex color red value is 187, green value is 203 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bbcbef hue: 0.62 , saturation: 0.62 and the lightness value of bbcbef is 0.84.

The process color (four color CMYK) of #bbcbef color hex is 0.22, 0.15, 0.00, 0.06. Web safe color of #bbcbef is #ccccff. Color #bbcbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 11101111
Octal 273 313 357
Decimal 187 203 239
Hex BB CB EF

RGB Percentages of Color #bbcbef

%29.73
%32.27
%38.00

CMYK Percentages of Color #bbcbef

%22
%15
%0
%6

Triadic Colors of #bbcbef

#bbcbef #efbbcb #cbefbb

Analogous Colors of #bbcbef

#bbcbef #c5bbef #bbe5ef

Monochromatic Colors of #bbcbef

#bbcbef

Complementary Color

#bbcbef #efdfbb

#bbcbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcbef Color CSS Codes

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

#bbcbef Text Font Color

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

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


#bbcbef Background Color

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

This div background color is #bbcbef


#bbcbef Border Color

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

This div border color is #bbcbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcbef


Comments

No comments written yet.

Please login to write comment.