#B99FC0

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

Shades of Lola #B99FC0

Tints of Lola #B99FC0

Color information

#B99FC0 (or 0xB99FC0) is unknown color: approx Lola. HEX triplet: B9, 9F and C0. RGB value is (185,159,192). Sum of RGB (Red+Green+Blue) = 185+159+192=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 192 - color contains mainly: blue. Hex color #B99FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FC0 is #46603F. Grayscale: #AAAAAA. Windows color (decimal): -4612160 or 12623801. OLE color: 12623801.

HSL color Cylindrical-coordinate representation of color #B99FC0: hue angle of 287.27º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B99FC0 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185159192-
CMYK0.040.1700.25
HSL287.27º20.75%68.82%-
HSV(B)287.27º17.19%75.29%-
XYZ41.9238.9255.17-
YUV170.54140.11138.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 192 (75.39% from 255) = 35.82%
R=34.51%
G=29.66%
B=35.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851591920.040.1700.25287.2720.7568.82
HexB99FC041101911f1545
Octal27123730042103143725105
Binary10111001100111111100000010010001011001100011111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FC0; }

 p { color: rgb(185,159,192); }

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

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

 a { background-color: rgb(185,159,192); }

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

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

 span { border-color: rgb(185,159,192); }

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