#BDA7BA

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

Shades of Lilac #BDA7BA

Tints of Lilac #BDA7BA

Color information

#BDA7BA (or 0xBDA7BA) is unknown color: approx Lilac. HEX triplet: BD, A7 and BA. RGB value is (189,167,186). Sum of RGB (Red+Green+Blue) = 189+167+186=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7BA is #425845. Grayscale: #AFAFAF. Windows color (decimal): -4347974 or 12232637. OLE color: 12232637.

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

Color convert

RGB189167186-
CMYK00.120.020.26
HSL308.18º14.29%69.8%-
HSV(B)308.18º11.64%74.12%-
XYZ43.674252.26-
YUV175.74133.79137.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 167 (65.62% from 255) = 30.81%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=34.87%
G=30.81%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916718600.120.020.26308.1814.2969.8
HexBDA7BA0C21A134e46
Octal27524727201423246416106
Binary10111101101001111011101001100101101010011010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA7BA; }

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

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

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

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

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

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

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

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