#BD91AE

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

Shades of Lily #BD91AE

Tints of Lily #BD91AE

Color information

#BD91AE (or 0xBD91AE) is unknown color: approx Lily. HEX triplet: BD, 91 and AE. RGB value is (189,145,174). Sum of RGB (Red+Green+Blue) = 189+145+174=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BD91AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD91AE is #426E51. Grayscale: #A1A1A1. Windows color (decimal): -4353618 or 11440573. OLE color: 11440573.

HSL color Cylindrical-coordinate representation of color #BD91AE: hue angle of 320.45º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD91AE is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB189145174-
CMYK00.230.080.26
HSL320.45º25%65.49%-
HSV(B)320.45º23.28%74.12%-
XYZ38.7534.1344.59-
YUV161.46135.08147.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 145 (57.03% from 255) = 28.54%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=37.20%
G=28.54%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914517400.230.080.26320.452565.49
HexBD91AE01781A1401941
Octal275221256027103250031101
Binary101111011001000110101110010111100011010101000000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD91AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD91AE; }

 p { color: rgb(189,145,174); }

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

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

 a { background-color: rgb(189,145,174); }

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

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

 span { border-color: rgb(189,145,174); }

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