#B996BF

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

Shades of Lola #B996BF

Tints of Lola #B996BF

Color information

#B996BF (or 0xB996BF) is unknown color: approx Lola. HEX triplet: B9, 96 and BF. RGB value is (185,150,191). Sum of RGB (Red+Green+Blue) = 185+150+191=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #B996BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996BF is #466940. Grayscale: #A5A5A5. Windows color (decimal): -4614465 or 12555961. OLE color: 12555961.

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

Color convert

RGB185150191-
CMYK0.030.2100.25
HSL291.22º24.26%66.86%-
HSV(B)291.22º21.47%74.9%-
XYZ40.3235.8954.09-
YUV165.14142.6142.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 191 (75% from 255) = 36.31%
R=35.17%
G=28.52%
B=36.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851501910.030.2100.25291.2224.2666.86
HexB996BF3150191231843
Octal27122627732503144330103
Binary1011100110010110101111111110101011001100100011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B996BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B996BF; }

 p { color: rgb(185,150,191); }

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

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

 a { background-color: rgb(185,150,191); }

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

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

 span { border-color: rgb(185,150,191); }

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