#BFAAB2

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

Shades of Lily #BFAAB2

Tints of Lily #BFAAB2

Color information

#BFAAB2 (or 0xBFAAB2) is unknown color: approx Lily. HEX triplet: BF, AA and B2. RGB value is (191,170,178). Sum of RGB (Red+Green+Blue) = 191+170+178=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAAB2 is #40554D. Grayscale: #B1B1B1. Windows color (decimal): -4216142 or 11709119. OLE color: 11709119.

HSL color Cylindrical-coordinate representation of color #BFAAB2: hue angle of 337.14º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFAAB2 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB191170178-
CMYK00.110.070.25
HSL337.14º14.09%70.78%-
HSV(B)337.14º10.99%74.9%-
XYZ43.943.0448.11-
YUV177.19128.46137.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=35.44%
G=31.54%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117017800.110.070.25337.1414.0970.78
HexBFAAB20B719151e47
Octal27725226201373152116107
Binary101111111010101010110010010111111100110101000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAAB2; }

 p { color: rgb(191,170,178); }

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

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

 a { background-color: rgb(191,170,178); }

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

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

 span { border-color: rgb(191,170,178); }

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