#BB92BF

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

Shades of Lilac #BB92BF

Tints of Lilac #BB92BF

Color information

#BB92BF (or 0xBB92BF) is unknown color: approx Lilac. HEX triplet: BB, 92 and BF. RGB value is (187,146,191). Sum of RGB (Red+Green+Blue) = 187+146+191=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB92BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92BF is #446D40. Grayscale: #A3A3A3. Windows color (decimal): -4484417 or 12554939. OLE color: 12554939.

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

Color convert

RGB187146191-
CMYK0.020.2400.25
HSL294.67º26.01%66.08%-
HSV(B)294.67º23.56%74.9%-
XYZ40.1834.8853.91-
YUV163.39143.58144.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 146 (57.42% from 255) = 27.86%
BLUE value IS 191 (75% from 255) = 36.45%
R=35.69%
G=27.86%
B=36.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871461910.020.2400.25294.6726.0166.08
HexBB92BF2180191271a42
Octal27322227723003144732102
Binary1011101110010010101111111011000011001100100111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB92BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB92BF; }

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

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

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

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

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

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

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

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