#BB92BD

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

Shades of Lilac #BB92BD

Tints of Lilac #BB92BD

Color information

#BB92BD (or 0xBB92BD) is unknown color: approx Lilac. HEX triplet: BB, 92 and BD. RGB value is (187,146,189). Sum of RGB (Red+Green+Blue) = 187+146+189=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB92BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92BD is #446D42. Grayscale: #A3A3A3. Windows color (decimal): -4484419 or 12423867. OLE color: 12423867.

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

Color convert

RGB187146189-
CMYK0.010.2300.26
HSL297.21º24.57%65.69%-
HSV(B)297.21º22.75%74.12%-
XYZ39.9634.852.75-
YUV163.16142.58145-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=35.82%
G=27.97%
B=36.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871461890.010.2300.26297.2124.5765.69
HexBB92BD11701A1291942
Octal27322227512703245131102
Binary101110111001001010111101110111011010100101001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB92BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB92BD; }

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

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

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

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

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

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

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

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