#BF9AAF

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

Shades of Lily #BF9AAF

Tints of Lily #BF9AAF

Color information

#BF9AAF (or 0xBF9AAF) is unknown color: approx Lily. HEX triplet: BF, 9A and AF. RGB value is (191,154,175). Sum of RGB (Red+Green+Blue) = 191+154+175=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9AAF is #406550. Grayscale: #A7A7A7. Windows color (decimal): -4220241 or 11508415. OLE color: 11508415.

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

Color convert

RGB191154175-
CMYK00.190.080.25
HSL325.95º22.42%67.65%-
HSV(B)325.95º19.37%74.9%-
XYZ40.7837.2845.6-
YUV167.46132.26144.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 154 (60.55% from 255) = 29.62%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=36.73%
G=29.62%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115417500.190.080.25325.9522.4267.65
HexBF9AAF0138191461644
Octal277232257023103150626104
Binary101111111001101010101111010011100011001101000110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9AAF; }

 p { color: rgb(191,154,175); }

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

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

 a { background-color: rgb(191,154,175); }

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

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

 span { border-color: rgb(191,154,175); }

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