#BDAFB5

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

Shades of Lily #BDAFB5

Tints of Lily #BDAFB5

Color information

#BDAFB5 (or 0xBDAFB5) is unknown color: approx Lily. HEX triplet: BD, AF and B5. RGB value is (189,175,181). Sum of RGB (Red+Green+Blue) = 189+175+181=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFB5 is #42504A. Grayscale: #B3B3B3. Windows color (decimal): -4345931 or 11907005. OLE color: 11907005.

HSL color Cylindrical-coordinate representation of color #BDAFB5: hue angle of 334.29º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDAFB5 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB189175181-
CMYK00.070.040.26
HSL334.29º9.59%71.37%-
HSV(B)334.29º7.41%74.12%-
XYZ44.6644.8150.01-
YUV179.87128.64134.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 181 (71.09% from 255) = 33.21%
R=34.68%
G=32.11%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917518100.070.040.26334.299.5971.37
HexBDAFB50741A14ea47
Octal2752572650743251612107
Binary10111101101011111011010101111001101010100111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFB5; }

 p { color: rgb(189,175,181); }

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

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

 a { background-color: rgb(189,175,181); }

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

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

 span { border-color: rgb(189,175,181); }

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