#BF9EAB

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

Shades of Lily #BF9EAB

Tints of Lily #BF9EAB

Color information

#BF9EAB (or 0xBF9EAB) is unknown color: approx Lily. HEX triplet: BF, 9E and AB. RGB value is (191,158,171). Sum of RGB (Red+Green+Blue) = 191+158+171=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9EAB is #406154. Grayscale: #A9A9A9. Windows color (decimal): -4219221 or 11247295. OLE color: 11247295.

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

Color convert

RGB191158171-
CMYK00.170.100.25
HSL336.36º20.5%68.43%-
HSV(B)336.36º17.28%74.9%-
XYZ41.0638.4743.79-
YUV169.35128.93143.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 158 (62.11% from 255) = 30.38%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=36.73%
G=30.38%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115817100.170.100.25336.3620.568.43
HexBF9EAB011A191501444
Octal277236253021123152024104
Binary101111111001111010101011010001101011001101010000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9EAB; }

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

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

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

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

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

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

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

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