#BD95BE

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

Shades of Lilac #BD95BE

Tints of Lilac #BD95BE

Color information

#BD95BE (or 0xBD95BE) is unknown color: approx Lilac. HEX triplet: BD, 95 and BE. RGB value is (189,149,190). Sum of RGB (Red+Green+Blue) = 189+149+190=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD95BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95BE is #426A41. Grayscale: #A5A5A5. Windows color (decimal): -4352578 or 12490173. OLE color: 12490173.

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

Color convert

RGB189149190-
CMYK0.010.2200.25
HSL298.54º23.98%66.47%-
HSV(B)298.54º21.58%74.51%-
XYZ41.0336.0353.51-
YUV165.63141.75144.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 149 (58.59% from 255) = 28.22%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=35.80%
G=28.22%
B=35.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891491900.010.2200.25298.5423.9866.47
HexBD95BE11601912b1842
Octal27522527612603145330102
Binary101111011001010110111110110110011001100101011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD95BE; }

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

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

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

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

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

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

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

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