Color Hex Logo

#bbaec8 Color Hex

#BBAEC8
(187,174,200)
0 Favorites   0 Comments

Color spaces of #bbaec8

RGB 187174200
HSL0.750.190.73
HSV270°13°78°
CMYK 0.070.130.00   0.22
XYZ46.054945.007060.9035
Yxy45.00700.30310.2962
Hunter Lab67.08735.1362-6.8639
CIE-Lab72.89659.5449-11.5176

#bbaec8 color RGB value is (187,174,200).

#bbaec8 hex color red value is 187, green value is 174 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #bbaec8 hue: 0.75 , saturation: 0.19 and the lightness value of bbaec8 is 0.73.

The process color (four color CMYK) of #bbaec8 color hex is 0.07, 0.13, 0.00, 0.22. Web safe color of #bbaec8 is #cc99cc. Color #bbaec8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 11001000
Octal 273 256 310
Decimal 187 174 200
Hex BB AE C8

RGB Percentages of Color #bbaec8

%33.33
%31.02
%35.65

CMYK Percentages of Color #bbaec8

%7
%13
%0
%22

Triadic Colors of #bbaec8

#bbaec8 #c8bbae #aec8bb

Analogous Colors of #bbaec8

#bbaec8 #c8aec8 #aeaec8

Monochromatic Colors of #bbaec8

#bbaec8

Complementary Color

#bbaec8 #bbc8ae

#bbaec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaec8 Color CSS Codes

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

#bbaec8 Text Font Color

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

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


#bbaec8 Background Color

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

This div background color is #bbaec8


#bbaec8 Border Color

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

This div border color is #bbaec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaec8


Comments

No comments written yet.

Please login to write comment.