Color Hex Logo

#bbcbe1 Color Hex

#BBCBE1
(187,203,225)
0 Favorites   0 Comments

Color spaces of #bbcbe1

RGB 187203225
HSL0.600.390.81
HSV215°17°88°
CMYK 0.170.100.00   0.12
XYZ55.440158.712979.6449
Yxy58.71290.28610.3030
Hunter Lab76.6243-4.9423-7.9902
CIE-Lab81.1335-0.9142-12.7317

#bbcbe1 color RGB value is (187,203,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 11100001
Octal 273 313 341
Decimal 187 203 225
Hex BB CB E1

RGB Percentages of Color #bbcbe1

%30.41
%33.01
%36.59

CMYK Percentages of Color #bbcbe1

%17
%10
%0
%12

Triadic Colors of #bbcbe1

#bbcbe1 #e1bbcb #cbe1bb

Analogous Colors of #bbcbe1

#bbcbe1 #bebbe1 #bbdee1

Monochromatic Colors of #bbcbe1

#bbcbe1

Complementary Color

#bbcbe1 #e1d1bb

#bbcbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcbe1 Color CSS Codes

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

#bbcbe1 Text Font Color

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

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


#bbcbe1 Background Color

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

This div background color is #bbcbe1


#bbcbe1 Border Color

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

This div border color is #bbcbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcbe1


Comments

No comments written yet.

Please login to write comment.