Color Hex Logo

#bbacd0 Color Hex

#BBACD0
(187,172,208)
0 Favorites   0 Comments

Color spaces of #bbacd0

RGB 187172208
HSL0.740.280.75
HSV265°17°82°
CMYK 0.100.170.00   0.18
XYZ46.631244.623965.8301
Yxy44.62390.29690.2841
Hunter Lab66.80117.7018-11.6674
CIE-Lab72.643612.2665-16.2823

#bbacd0 color RGB value is (187,172,208).

#bbacd0 hex color red value is 187, green value is 172 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #bbacd0 hue: 0.74 , saturation: 0.28 and the lightness value of bbacd0 is 0.75.

The process color (four color CMYK) of #bbacd0 color hex is 0.10, 0.17, 0.00, 0.18. Web safe color of #bbacd0 is #cc99cc. Color #bbacd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 11010000
Octal 273 254 320
Decimal 187 172 208
Hex BB AC D0

RGB Percentages of Color #bbacd0

%32.98
%30.34
%36.68

CMYK Percentages of Color #bbacd0

%10
%17
%0
%18

Triadic Colors of #bbacd0

#bbacd0 #d0bbac #acd0bb

Analogous Colors of #bbacd0

#bbacd0 #cdacd0 #acafd0

Monochromatic Colors of #bbacd0

#bbacd0

Complementary Color

#bbacd0 #c1d0ac

#bbacd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbacd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbacd0 Color CSS Codes

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

#bbacd0 Text Font Color

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

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


#bbacd0 Background Color

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

This div background color is #bbacd0


#bbacd0 Border Color

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

This div border color is #bbacd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbacd0


Comments

No comments written yet.

Please login to write comment.