#BB9EBB

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

Shades of Lola #BB9EBB

Tints of Lola #BB9EBB

Color information

#BB9EBB (or 0xBB9EBB) is unknown color: approx Lola. HEX triplet: BB, 9E and BB. RGB value is (187,158,187). Sum of RGB (Red+Green+Blue) = 187+158+187=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB9EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EBB is #446144. Grayscale: #A9A9A9. Windows color (decimal): -4481349 or 12295867. OLE color: 12295867.

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

Color convert

RGB187158187-
CMYK00.1600.27
HSL300º17.58%67.65%-
HSV(B)300º15.51%73.33%-
XYZ41.6938.6152.27-
YUV169.98137.61140.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 158 (62.11% from 255) = 29.70%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=35.15%
G=29.70%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715818700.1600.2730017.5867.65
HexBB9EBB01001B12c1244
Octal27323627302003345422104
Binary101110111001111010111011010000011011100101100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9EBB; }

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

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

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

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

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

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

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

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