#BB9DBB

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

Shades of Lola #BB9DBB

Tints of Lola #BB9DBB

Color information

#BB9DBB (or 0xBB9DBB) is unknown color: approx Lola. HEX triplet: BB, 9D and BB. RGB value is (187,157,187). Sum of RGB (Red+Green+Blue) = 187+157+187=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DBB is #446244. Grayscale: #A9A9A9. Windows color (decimal): -4481605 or 12295611. OLE color: 12295611.

HSL color Cylindrical-coordinate representation of color #BB9DBB: hue angle of 300º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BB9DBB is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB187157187-
CMYK00.1600.27
HSL300º18.07%67.45%-
HSV(B)300º16.04%73.33%-
XYZ41.5238.2752.21-
YUV169.39137.94140.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 187 (73.44% from 255) = 35.22%
R=35.22%
G=29.57%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715718700.1600.2730018.0767.45
HexBB9DBB01001B12c1243
Octal27323527302003345422103
Binary101110111001110110111011010000011011100101100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9DBB; }

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

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

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

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

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

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

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

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