#B99ABB

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

Shades of Lola #B99ABB

Tints of Lola #B99ABB

Color information

#B99ABB (or 0xB99ABB) is unknown color: approx Lola. HEX triplet: B9, 9A and BB. RGB value is (185,154,187). Sum of RGB (Red+Green+Blue) = 185+154+187=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #B99ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ABB is #466544. Grayscale: #A6A6A6. Windows color (decimal): -4613445 or 12294841. OLE color: 12294841.

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

Color convert

RGB185154187-
CMYK0.010.1800.27
HSL296.36º19.53%66.86%-
HSV(B)296.36º17.65%73.33%-
XYZ40.5337.0152.02-
YUV167.03139.27140.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=35.17%
G=29.28%
B=35.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851541870.010.1800.27296.3619.5366.86
HexB99ABB11201B1281443
Octal27123227312203345024103
Binary101110011001101010111011110010011011100101000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99ABB; }

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

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

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

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

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

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

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

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