#BF9DAE

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

Shades of Lily #BF9DAE

Tints of Lily #BF9DAE

Color information

#BF9DAE (or 0xBF9DAE) is unknown color: approx Lily. HEX triplet: BF, 9D and AE. RGB value is (191,157,174). Sum of RGB (Red+Green+Blue) = 191+157+174=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9DAE is #406251. Grayscale: #A9A9A9. Windows color (decimal): -4219474 or 11443647. OLE color: 11443647.

HSL color Cylindrical-coordinate representation of color #BF9DAE: hue angle of 330º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BF9DAE is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB191157174-
CMYK00.180.090.25
HSL330º20.99%68.24%-
HSV(B)330º17.8%74.9%-
XYZ41.1838.2545.26-
YUV169.1130.76143.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 157 (61.72% from 255) = 30.08%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=36.59%
G=30.08%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115717400.180.090.2533020.9968.24
HexBF9DAE01291914a1544
Octal277235256022113151225104
Binary101111111001110110101110010010100111001101001010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9DAE; }

 p { color: rgb(191,157,174); }

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

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

 a { background-color: rgb(191,157,174); }

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

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

 span { border-color: rgb(191,157,174); }

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