#BD9FBA

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

Shades of Lilac #BD9FBA

Tints of Lilac #BD9FBA

Color information

#BD9FBA (or 0xBD9FBA) is unknown color: approx Lilac. HEX triplet: BD, 9F and BA. RGB value is (189,159,186). Sum of RGB (Red+Green+Blue) = 189+159+186=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FBA is #426045. Grayscale: #AAAAAA. Windows color (decimal): -4350022 or 12230589. OLE color: 12230589.

HSL color Cylindrical-coordinate representation of color #BD9FBA: hue angle of 306º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BD9FBA is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB189159186-
CMYK00.160.020.26
HSL306º18.52%68.24%-
HSV(B)306º15.87%74.12%-
XYZ42.2539.1651.79-
YUV171.05136.44140.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 159 (62.5% from 255) = 29.78%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=35.39%
G=29.78%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915918600.160.020.2630618.5268.24
HexBD9FBA01021A1321344
Octal27523727202023246223104
Binary1011110110011111101110100100001011010100110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9FBA; }

 p { color: rgb(189,159,186); }

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

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

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

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

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

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

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