Color Hex Logo

#bb9dbc Color Hex

#BB9DBC
(187,157,188)
0 Favorites   0 Comments

Color spaces of #bb9dbc

RGB 187157188
HSL0.830.190.68
HSV298°16°74°
CMYK 0.010.160.00   0.26
XYZ41.627638.309652.7774
Yxy38.30960.31370.2887
Hunter Lab61.894711.7352-7.2300
CIE-Lab68.248216.5704-11.8505

#bb9dbc color RGB value is (187,157,188).

#bb9dbc hex color red value is 187, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bb9dbc hue: 0.83 , saturation: 0.19 and the lightness value of bb9dbc is 0.68.

The process color (four color CMYK) of #bb9dbc color hex is 0.01, 0.16, 0.00, 0.26. Web safe color of #bb9dbc is #cc99cc. Color #bb9dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011101 10111100
Octal 273 235 274
Decimal 187 157 188
Hex BB 9D BC

RGB Percentages of Color #bb9dbc

%35.15
%29.51
%35.34

CMYK Percentages of Color #bb9dbc

%1
%16
%0
%26

Triadic Colors of #bb9dbc

#bb9dbc #bcbb9d #9dbcbb

Analogous Colors of #bb9dbc

#bb9dbc #bc9dae #ac9dbc

Monochromatic Colors of #bb9dbc

#bb9dbc

Complementary Color

#bb9dbc #9ebc9d

#bb9dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9dbc Color CSS Codes

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

#bb9dbc Text Font Color

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

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


#bb9dbc Background Color

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

This div background color is #bb9dbc


#bb9dbc Border Color

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

This div border color is #bb9dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9dbc


Comments

No comments written yet.

Please login to write comment.