#BF9DAC

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

Shades of Lily #BF9DAC

Tints of Lily #BF9DAC

Color information

#BF9DAC (or 0xBF9DAC) is unknown color: approx Lily. HEX triplet: BF, 9D and AC. RGB value is (191,157,172). Sum of RGB (Red+Green+Blue) = 191+157+172=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9DAC is #406253. Grayscale: #A8A8A8. Windows color (decimal): -4219476 or 11312575. OLE color: 11312575.

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

Color convert

RGB191157172-
CMYK00.180.100.25
HSL333.53º20.99%68.24%-
HSV(B)333.53º17.8%74.9%-
XYZ40.9938.1744.24-
YUV168.88129.76143.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 172 (67.58% from 255) = 33.08%
R=36.73%
G=30.19%
B=33.08%

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
Decimal19115717200.180.100.25333.5320.9968.24
HexBF9DAC012A1914e1544
Octal277235254022123151625104
Binary101111111001110110101100010010101011001101001110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9DAC; }

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

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

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

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

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

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

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

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