#BD92BD

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

Shades of Lilac #BD92BD

Tints of Lilac #BD92BD

Color information

#BD92BD (or 0xBD92BD) is unknown color: approx Lilac. HEX triplet: BD, 92 and BD. RGB value is (189,146,189). Sum of RGB (Red+Green+Blue) = 189+146+189=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD92BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92BD is #426D42. Grayscale: #A3A3A3. Windows color (decimal): -4353347 or 12423869. OLE color: 12423869.

HSL color Cylindrical-coordinate representation of color #BD92BD: hue angle of 300º 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 #BD92BD is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB189146189-
CMYK00.2300.26
HSL300º24.57%65.69%-
HSV(B)300º22.75%74.12%-
XYZ40.4535.0552.78-
YUV163.76142.25146-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 146 (57.42% from 255) = 27.86%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=36.07%
G=27.86%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914618900.2300.2630024.5765.69
HexBD92BD01701A12c1942
Octal27522227502703245431102
Binary101111011001001010111101010111011010100101100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD92BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD92BD; }

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

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

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

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

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

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

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

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