Color Hex Logo

#bbcae1 Color Hex

#BBCAE1
(187,202,225)
0 Favorites   0 Comments

Color spaces of #bbcae1

RGB 187202225
HSL0.600.390.81
HSV216°17°88°
CMYK 0.170.100.00   0.12
XYZ55.204758.242179.5664
Yxy58.24210.28600.3018
Hunter Lab76.3165-4.4332-8.3933
CIE-Lab80.8732-0.3842-13.1213

#bbcae1 color RGB value is (187,202,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001010 11100001
Octal 273 312 341
Decimal 187 202 225
Hex BB CA E1

RGB Percentages of Color #bbcae1

%30.46
%32.90
%36.64

CMYK Percentages of Color #bbcae1

%17
%10
%0
%12

Triadic Colors of #bbcae1

#bbcae1 #e1bbca #cae1bb

Analogous Colors of #bbcae1

#bbcae1 #bfbbe1 #bbdde1

Monochromatic Colors of #bbcae1

#bbcae1

Complementary Color

#bbcae1 #e1d2bb

#bbcae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcae1 Color CSS Codes

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

#bbcae1 Text Font Color

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

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


#bbcae1 Background Color

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

This div background color is #bbcae1


#bbcae1 Border Color

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

This div border color is #bbcae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcae1


Comments

No comments written yet.

Please login to write comment.