Shades of Lily #BFAAB5
Tints of Lily #BFAAB5
RGB
CMYK
RGB Variations
Color information
#BFAAB5 (or 0xBFAAB5) is known color: Lily. HEX triplet: BF, AA and B5. RGB value is (191,170,181). Sum of RGB (Red+Green+Blue) = 191+170+181=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAAB5 is #40554A. Grayscale: #B1B1B1. Windows color (decimal): -4216139 or 11905727. OLE color: 11905727.
HSL color Cylindrical-coordinate representation of color #BFAAB5: hue angle of 328.57º 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 #BFAAB5 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 170 | 181 | - |
CMYK | 0 | 0.11 | 0.05 | 0.25 |
HSL | 328.57º | 0.14% | 0.71% | - |
HSV(B) | 328.57º | 0.11% | 0.75% | - |
XYZ | 44.2 | 43.16 | 49.72 | - |
YUV | 177.53 | 129.96 | 137.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 170 | 181 | 0 | 0.11 | 0.05 | 0.25 | 328.57 | 0.14 | 0.71 |
Hex | BF | AA | B5 | 0 | B | 5 | 19 | 149 | E | 47 |
Octal | 277 | 252 | 265 | 0 | 13 | 5 | 31 | 511 | 16 | 107 |
Binary | 10111111 | 10101010 | 10110101 | 0 | 1011 | 101 | 11001 | 101001001 | 1110 | 1000111 |
Color Harmonies of #BFAAB5
Complementary color
Monochromatic Colors of #BFAAB5
Black with #BFAAB5
Text Example
Text Example
White with #BFAAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAB5; }
p { color: rgb(191,170,181); }
H1.HeaderClassName
{
color: #BFAAB5;
}
.AnyTagClassName
{
color: #BFAAB5;
}
</style>
background-color css
<style>
a { background-color: #BFAAB5; }
a { background-color: rgb(191,170,181); }
div.DivClassName
{
background-color: #BFAAB5;
}
.BgClassName
{
background-color: #BFAAB5;
}
</style>
border-color css
<style>
span { border-color: #BFAAB5; }
span { border-color: rgb(191,170,181); }
td.TdClassName
{
border-color: #BFAAB5;
}
.TagClassName
{
border-color: #BFAAB5;
}
</style>