#B99ABD

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

Shades of Lola #B99ABD

Tints of Lola #B99ABD

Color information

#B99ABD (or 0xB99ABD) is unknown color: approx Lola. HEX triplet: B9, 9A and BD. RGB value is (185,154,189). Sum of RGB (Red+Green+Blue) = 185+154+189=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #B99ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ABD is #466542. Grayscale: #A7A7A7. Windows color (decimal): -4613443 or 12425913. OLE color: 12425913.

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

Color convert

RGB185154189-
CMYK0.020.1900.26
HSL293.14º20.96%67.25%-
HSV(B)293.14º18.52%74.12%-
XYZ40.7537.153.16-
YUV167.26140.27140.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.04%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=35.04%
G=29.17%
B=35.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851541890.020.1900.26293.1420.9667.25
HexB99ABD21301A1251543
Octal27123227522303244525103
Binary1011100110011010101111011010011011010100100101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99ABD; }

 p { color: rgb(185,154,189); }

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

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

 a { background-color: rgb(185,154,189); }

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

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

 span { border-color: rgb(185,154,189); }

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