Color Hex Logo

#bbaacb Color Hex

#BBAACB
(187,170,203)
0 Favorites   0 Comments

Color spaces of #bbaacb

RGB 187170203
HSL0.750.240.73
HSV271°16°80°
CMYK 0.080.160.00   0.20
XYZ45.647743.626062.5147
Yxy43.62600.30070.2874
Hunter Lab66.05007.7754-9.8816
CIE-Lab71.977812.3440-14.5421

#bbaacb color RGB value is (187,170,203).

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

The process color (four color CMYK) of #bbaacb color hex is 0.08, 0.16, 0.00, 0.20. Web safe color of #bbaacb is #cc99cc. Color #bbaacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 11001011
Octal 273 252 313
Decimal 187 170 203
Hex BB AA CB

RGB Percentages of Color #bbaacb

%33.39
%30.36
%36.25

CMYK Percentages of Color #bbaacb

%8
%16
%0
%20

Triadic Colors of #bbaacb

#bbaacb #cbbbaa #aacbbb

Analogous Colors of #bbaacb

#bbaacb #cbaacb #abaacb

Monochromatic Colors of #bbaacb

#bbaacb

Complementary Color

#bbaacb #bacbaa

#bbaacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaacb Color CSS Codes

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

#bbaacb Text Font Color

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

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


#bbaacb Background Color

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

This div background color is #bbaacb


#bbaacb Border Color

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

This div border color is #bbaacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaacb


Comments

No comments written yet.

Please login to write comment.