#BB9DBD

Color #BB9DBD Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #BB9DBD

Tints of Lola #BB9DBD

Color information

#BB9DBD (or 0xBB9DBD) is unknown color: approx Lola. HEX triplet: BB, 9D and BD. RGB value is (187,157,189). Sum of RGB (Red+Green+Blue) = 187+157+189=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB9DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DBD is #446242. Grayscale: #A9A9A9. Windows color (decimal): -4481603 or 12426683. OLE color: 12426683.

HSL color Cylindrical-coordinate representation of color #BB9DBD: hue angle of 296.25º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BB9DBD is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187157189-
CMYK0.010.1700.26
HSL296.25º19.51%67.84%-
HSV(B)296.25º16.93%74.12%-
XYZ41.7438.3553.35-
YUV169.62138.94140.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 157 (61.72% from 255) = 29.46%
BLUE value IS 189 (74.22% from 255) = 35.46%
R=35.08%
G=29.46%
B=35.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871571890.010.1700.26296.2519.5167.84
HexBB9DBD11101A1281444
Octal27323527512103245024104
Binary101110111001110110111101110001011010100101000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9DBD; }

 p { color: rgb(187,157,189); }

 H1.HeaderClassName
 {
   color: #BB9DBD;
 }
 .AnyTagClassName
 {
   color: #BB9DBD;
 }
</style>
background-color css

<style>
 a { background-color: #BB9DBD; }

 a { background-color: rgb(187,157,189); }

 div.DivClassName
 {
   background-color: #BB9DBD;
 }
 .BgClassName
 {
   background-color: #BB9DBD;
 }
</style>
border-color css

<style>
 span { border-color: #BB9DBD; }

 span { border-color: rgb(187,157,189); }

 td.TdClassName
 {
   border-color: #BB9DBD;
 }
 .TagClassName
 {
   border-color: #BB9DBD;
 }
</style>