#BF9AAB

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

Shades of Lily #BF9AAB

Tints of Lily #BF9AAB

Color information

#BF9AAB (or 0xBF9AAB) is unknown color: approx Lily. HEX triplet: BF, 9A and AB. RGB value is (191,154,171). Sum of RGB (Red+Green+Blue) = 191+154+171=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9AAB is #406554. Grayscale: #A6A6A6. Windows color (decimal): -4220245 or 11246271. OLE color: 11246271.

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

Color convert

RGB191154171-
CMYK00.190.100.25
HSL332.43º22.42%67.65%-
HSV(B)332.43º19.37%74.9%-
XYZ40.3937.1343.57-
YUV167130.26145.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=37.02%
G=29.84%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115417100.190.100.25332.4322.4267.65
HexBF9AAB013A1914c1644
Octal277232253023123151426104
Binary101111111001101010101011010011101011001101001100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9AAB; }

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

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

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

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

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

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

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

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