Color Hex Logo

#bbcbea Color Hex

#BBCBEA
(187,203,234)
0 Favorites   0 Comments

Color spaces of #bbcbea

RGB 187203234
HSL0.610.530.83
HSV220°20°92°
CMYK 0.200.130.00   0.08
XYZ56.700759.217286.2835
Yxy59.21720.28040.2929
Hunter Lab76.9527-3.1439-12.6122
CIE-Lab81.41081.0332-17.1273

#bbcbea color RGB value is (187,203,234).

#bbcbea hex color red value is 187, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bbcbea hue: 0.61 , saturation: 0.53 and the lightness value of bbcbea is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 11101010
Octal 273 313 352
Decimal 187 203 234
Hex BB CB EA

RGB Percentages of Color #bbcbea

%29.97
%32.53
%37.50

CMYK Percentages of Color #bbcbea

%20
%13
%0
%8

Triadic Colors of #bbcbea

#bbcbea #eabbcb #cbeabb

Analogous Colors of #bbcbea

#bbcbea #c3bbea #bbe3ea

Monochromatic Colors of #bbcbea

#bbcbea

Complementary Color

#bbcbea #eadabb

#bbcbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcbea Color CSS Codes

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

#bbcbea Text Font Color

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

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


#bbcbea Background Color

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

This div background color is #bbcbea


#bbcbea Border Color

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

This div border color is #bbcbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcbea

#bbcbea Color Palettes


Comments

No comments written yet.

Please login to write comment.