#BDA5BB

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

Shades of Lilac #BDA5BB

Tints of Lilac #BDA5BB

Color information

#BDA5BB (or 0xBDA5BB) is unknown color: approx Lilac. HEX triplet: BD, A5 and BB. RGB value is (189,165,187). Sum of RGB (Red+Green+Blue) = 189+165+187=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5BB is #425A44. Grayscale: #AEAEAE. Windows color (decimal): -4348485 or 12297661. OLE color: 12297661.

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

Color convert

RGB189165187-
CMYK00.130.010.26
HSL305º15.38%69.41%-
HSV(B)305º12.7%74.12%-
XYZ43.4141.3252.7-
YUV174.68134.95138.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 165 (64.84% from 255) = 30.50%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=34.94%
G=30.50%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916518700.130.010.2630515.3869.41
HexBDA5BB0D11A131f45
Octal27524527301513246117105
Binary1011110110100101101110110110111101010011000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA5BB; }

 p { color: rgb(189,165,187); }

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

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

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

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

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

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

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