#BF9DAD

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

Shades of Lily #BF9DAD

Tints of Lily #BF9DAD

Color information

#BF9DAD (or 0xBF9DAD) is unknown color: approx Lily. HEX triplet: BF, 9D and AD. RGB value is (191,157,173). Sum of RGB (Red+Green+Blue) = 191+157+173=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9DAD is #406252. Grayscale: #A8A8A8. Windows color (decimal): -4219475 or 11378111. OLE color: 11378111.

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

Color convert

RGB191157173-
CMYK00.180.090.25
HSL331.76º20.99%68.24%-
HSV(B)331.76º17.8%74.9%-
XYZ41.0938.2144.74-
YUV168.99130.26143.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=36.66%
G=30.13%
B=33.21%

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
Decimal19115717300.180.090.25331.7620.9968.24
HexBF9DAD01291914c1544
Octal277235255022113151425104
Binary101111111001110110101101010010100111001101001100101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9DAD; }

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

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

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

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

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

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

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

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