#B992BE

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

Shades of Lilac #B992BE

Tints of Lilac #B992BE

Color information

#B992BE (or 0xB992BE) is unknown color: approx Lilac. HEX triplet: B9, 92 and BE. RGB value is (185,146,190). Sum of RGB (Red+Green+Blue) = 185+146+190=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #B992BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992BE is #466D41. Grayscale: #A2A2A2. Windows color (decimal): -4615490 or 12489401. OLE color: 12489401.

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

Color convert

RGB185146190-
CMYK0.030.2300.25
HSL293.18º25.29%65.88%-
HSV(B)293.18º23.16%74.51%-
XYZ39.5834.5953.31-
YUV162.68143.42143.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 146 (57.42% from 255) = 28.02%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=35.51%
G=28.02%
B=36.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851461900.030.2300.25293.1825.2965.88
HexB992BE3170191251942
Octal27122227632703144531102
Binary1011100110010010101111101110111011001100100101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B992BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B992BE; }

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

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

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

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

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

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

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

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