Color Hex Logo

#bbcae5 Color Hex

#BBCAE5
(187,202,229)
0 Favorites   0 Comments

Color spaces of #bbcae5

RGB 187202229
HSL0.610.450.82
HSV219°18°90°
CMYK 0.180.120.00   0.10
XYZ55.756958.463082.4745
Yxy58.46300.28350.2972
Hunter Lab76.4611-3.6413-10.4302
CIE-Lab80.99550.4749-15.0789

#bbcae5 color RGB value is (187,202,229).

#bbcae5 hex color red value is 187, green value is 202 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bbcae5 hue: 0.61 , saturation: 0.45 and the lightness value of bbcae5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001010 11100101
Octal 273 312 345
Decimal 187 202 229
Hex BB CA E5

RGB Percentages of Color #bbcae5

%30.26
%32.69
%37.06

CMYK Percentages of Color #bbcae5

%18
%12
%0
%10

Triadic Colors of #bbcae5

#bbcae5 #e5bbca #cae5bb

Analogous Colors of #bbcae5

#bbcae5 #c1bbe5 #bbdfe5

Monochromatic Colors of #bbcae5

#bbcae5

Complementary Color

#bbcae5 #e5d6bb

#bbcae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcae5 Color CSS Codes

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

#bbcae5 Text Font Color

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

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


#bbcae5 Background Color

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

This div background color is #bbcae5


#bbcae5 Border Color

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

This div border color is #bbcae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcae5


Comments

No comments written yet.

Please login to write comment.