#BDA1B8

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

Shades of Lily #BDA1B8

Tints of Lily #BDA1B8

Color information

#BDA1B8 (or 0xBDA1B8) is unknown color: approx Lily. HEX triplet: BD, A1 and B8. RGB value is (189,161,184). Sum of RGB (Red+Green+Blue) = 189+161+184=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1B8 is #425E47. Grayscale: #ABABAB. Windows color (decimal): -4349512 or 12100029. OLE color: 12100029.

HSL color Cylindrical-coordinate representation of color #BDA1B8: hue angle of 310.71º 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 #BDA1B8 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB189161184-
CMYK00.150.030.26
HSL310.71º17.5%68.63%-
HSV(B)310.71º14.81%74.12%-
XYZ42.3839.7750.79-
YUV171.99134.78140.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 161 (63.28% from 255) = 30.15%
BLUE value IS 184 (72.27% from 255) = 34.46%
R=35.39%
G=30.15%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916118400.150.030.26310.7117.568.63
HexBDA1B80F31A1371245
Octal27524127001733246722105
Binary101111011010000110111000011111111010100110111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA1B8; }

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

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

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

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

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

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

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

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