#B992BF

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

Shades of Lilac #B992BF

Tints of Lilac #B992BF

Color information

#B992BF (or 0xB992BF) is unknown color: approx Lilac. HEX triplet: B9, 92 and BF. RGB value is (185,146,191). Sum of RGB (Red+Green+Blue) = 185+146+191=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #B992BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992BF is #466D40. Grayscale: #A2A2A2. Windows color (decimal): -4615489 or 12554937. OLE color: 12554937.

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

Color convert

RGB185146191-
CMYK0.030.2400.25
HSL292º26.01%66.08%-
HSV(B)292º23.56%74.9%-
XYZ39.6934.6353.88-
YUV162.79143.92143.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.44%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 191 (75% from 255) = 36.59%
R=35.44%
G=27.97%
B=36.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851461910.030.2400.2529226.0166.08
HexB992BF3180191241a42
Octal27122227733003144432102
Binary1011100110010010101111111111000011001100100100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B992BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B992BF; }

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

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

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

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

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

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

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

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