#BD95BD

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

Shades of Lilac #BD95BD

Tints of Lilac #BD95BD

Color information

#BD95BD (or 0xBD95BD) is unknown color: approx Lilac. HEX triplet: BD, 95 and BD. RGB value is (189,149,189). Sum of RGB (Red+Green+Blue) = 189+149+189=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD95BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95BD is #426A42. Grayscale: #A5A5A5. Windows color (decimal): -4352579 or 12424637. OLE color: 12424637.

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

Color convert

RGB189149189-
CMYK00.2100.26
HSL300º23.26%66.27%-
HSV(B)300º21.16%74.12%-
XYZ40.9235.9952.93-
YUV165.52141.25144.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 149 (58.59% from 255) = 28.27%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=35.86%
G=28.27%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914918900.2100.2630023.2666.27
HexBD95BD01501A12c1742
Octal27522527502503245427102
Binary101111011001010110111101010101011010100101100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD95BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD95BD; }

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

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

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

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

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

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

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

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