#BDA1BA

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

Shades of Lilac #BDA1BA

Tints of Lilac #BDA1BA

Color information

#BDA1BA (or 0xBDA1BA) is unknown color: approx Lilac. HEX triplet: BD, A1 and BA. RGB value is (189,161,186). Sum of RGB (Red+Green+Blue) = 189+161+186=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1BA is #425E45. Grayscale: #ACACAC. Windows color (decimal): -4349510 or 12231101. OLE color: 12231101.

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

Color convert

RGB189161186-
CMYK00.150.020.26
HSL306.43º17.5%68.63%-
HSV(B)306.43º14.81%74.12%-
XYZ42.5939.8551.9-
YUV172.22135.78139.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 161 (63.28% from 255) = 30.04%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=35.26%
G=30.04%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916118600.150.020.26306.4317.568.63
HexBDA1BA0F21A1321245
Octal27524127201723246222105
Binary101111011010000110111010011111011010100110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA1BA; }

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

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

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

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

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

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

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

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