#BF9EAD

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

Shades of Lily #BF9EAD

Tints of Lily #BF9EAD

Color information

#BF9EAD (or 0xBF9EAD) is unknown color: approx Lily. HEX triplet: BF, 9E and AD. RGB value is (191,158,173). Sum of RGB (Red+Green+Blue) = 191+158+173=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9EAD is #406152. Grayscale: #A9A9A9. Windows color (decimal): -4219219 or 11378367. OLE color: 11378367.

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

Color convert

RGB191158173-
CMYK00.170.090.25
HSL332.73º20.5%68.43%-
HSV(B)332.73º17.28%74.9%-
XYZ41.2638.5544.8-
YUV169.58129.93143.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=36.59%
G=30.27%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115817300.170.090.25332.7320.568.43
HexBF9EAD01191914d1444
Octal277236255021113151524104
Binary101111111001111010101101010001100111001101001101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9EAD; }

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

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

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

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

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

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

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

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