#BB9EBD

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

Shades of Lola #BB9EBD

Tints of Lola #BB9EBD

Color information

#BB9EBD (or 0xBB9EBD) is unknown color: approx Lola. HEX triplet: BB, 9E and BD. RGB value is (187,158,189). Sum of RGB (Red+Green+Blue) = 187+158+189=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB9EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EBD is #446142. Grayscale: #AAAAAA. Windows color (decimal): -4481347 or 12426939. OLE color: 12426939.

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

Color convert

RGB187158189-
CMYK0.010.1600.26
HSL296.13º19.02%68.04%-
HSV(B)296.13º16.4%74.12%-
XYZ41.9138.6953.4-
YUV170.2138.61139.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 189 (74.22% from 255) = 35.39%
R=35.02%
G=29.59%
B=35.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871581890.010.1600.26296.1319.0268.04
HexBB9EBD11001A1281344
Octal27323627512003245023104
Binary101110111001111010111101110000011010100101000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9EBD; }

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

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

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

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

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

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

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

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