#BF9DAB

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

Shades of Lily #BF9DAB

Tints of Lily #BF9DAB

Color information

#BF9DAB (or 0xBF9DAB) is unknown color: approx Lily. HEX triplet: BF, 9D and AB. RGB value is (191,157,171). Sum of RGB (Red+Green+Blue) = 191+157+171=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9DAB is #406254. Grayscale: #A8A8A8. Windows color (decimal): -4219477 or 11247039. OLE color: 11247039.

HSL color Cylindrical-coordinate representation of color #BF9DAB: hue angle of 335.29º 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 #BF9DAB is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB191157171-
CMYK00.180.100.25
HSL335.29º20.99%68.24%-
HSV(B)335.29º17.8%74.9%-
XYZ40.8938.1343.73-
YUV168.76129.26143.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.80%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=36.80%
G=30.25%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115717100.180.100.25335.2920.9968.24
HexBF9DAB012A1914f1544
Octal277235253022123151725104
Binary101111111001110110101011010010101011001101001111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9DAB; }

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

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

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

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

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

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

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

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