Color Hex Logo

#bb9ccb Color Hex

#BB9CCB
(187,156,203)
0 Favorites   0 Comments

Color spaces of #bb9ccb

RGB 187156203
HSL0.780.310.70
HSV280°23°80°
CMYK 0.080.230.00   0.20
XYZ43.161538.653561.6859
Yxy38.65350.30080.2694
Hunter Lab62.171915.1188-15.3061
CIE-Lab68.499520.0947-19.8012

#bb9ccb color RGB value is (187,156,203).

#bb9ccb hex color red value is 187, green value is 156 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bb9ccb hue: 0.78 , saturation: 0.31 and the lightness value of bb9ccb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011100 11001011
Octal 273 234 313
Decimal 187 156 203
Hex BB 9C CB

RGB Percentages of Color #bb9ccb

%34.25
%28.57
%37.18

CMYK Percentages of Color #bb9ccb

%8
%23
%0
%20

Triadic Colors of #bb9ccb

#bb9ccb #cbbb9c #9ccbbb

Analogous Colors of #bb9ccb

#bb9ccb #cb9cc4 #a49ccb

Monochromatic Colors of #bb9ccb

#bb9ccb

Complementary Color

#bb9ccb #accb9c

#bb9ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9ccb Color CSS Codes

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

#bb9ccb Text Font Color

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

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


#bb9ccb Background Color

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

This div background color is #bb9ccb


#bb9ccb Border Color

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

This div border color is #bb9ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9ccb


Comments

No comments written yet.

Please login to write comment.