#B99ABC

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

Shades of Lola #B99ABC

Tints of Lola #B99ABC

Color information

#B99ABC (or 0xB99ABC) is unknown color: approx Lola. HEX triplet: B9, 9A and BC. RGB value is (185,154,188). Sum of RGB (Red+Green+Blue) = 185+154+188=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #B99ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ABC is #466543. Grayscale: #A7A7A7. Windows color (decimal): -4613444 or 12360377. OLE color: 12360377.

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

Color convert

RGB185154188-
CMYK0.020.1800.26
HSL294.71º20.24%67.06%-
HSV(B)294.71º18.09%73.73%-
XYZ40.6437.0652.59-
YUV167.14139.77140.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.10%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=35.10%
G=29.22%
B=35.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851541880.020.1800.26294.7120.2467.06
HexB99ABC21201A1271443
Octal27123227422203244724103
Binary1011100110011010101111001010010011010100100111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99ABC; }

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

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

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

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

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

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

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

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