#B996BE

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

Shades of Lola #B996BE

Tints of Lola #B996BE

Color information

#B996BE (or 0xB996BE) is unknown color: approx Lola. HEX triplet: B9, 96 and BE. RGB value is (185,150,190). Sum of RGB (Red+Green+Blue) = 185+150+190=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #B996BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996BE is #466941. Grayscale: #A4A4A4. Windows color (decimal): -4614466 or 12490425. OLE color: 12490425.

HSL color Cylindrical-coordinate representation of color #B996BE: hue angle of 292.5º 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 #B996BE is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185150190-
CMYK0.030.2100.25
HSL292.5º23.53%66.67%-
HSV(B)292.5º21.05%74.51%-
XYZ40.2135.8453.51-
YUV165.02142.1142.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.24%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=35.24%
G=28.57%
B=36.19%

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
Decimal1851501900.030.2100.25292.523.5366.67
HexB996BE3150191241843
Octal27122627632503144430103
Binary1011100110010110101111101110101011001100100100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B996BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B996BE; }

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

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

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

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

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

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

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

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