Shades of Lily #BFABB6
Tints of Lily #BFABB6
RGB
CMYK
RGB Variations
Color information
#BFABB6 (or 0xBFABB6) is known color: Lily. HEX triplet: BF, AB and B6. RGB value is (191,171,182). Sum of RGB (Red+Green+Blue) = 191+171+182=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABB6 is #405449. Grayscale: #B2B2B2. Windows color (decimal): -4215882 or 11971519. OLE color: 11971519.
HSL color Cylindrical-coordinate representation of color #BFABB6: hue angle of 327º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFABB6 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 171 | 182 | - |
CMYK | 0 | 0.10 | 0.05 | 0.25 |
HSL | 327º | 0.14% | 0.71% | - |
HSV(B) | 327º | 0.1% | 0.75% | - |
XYZ | 44.49 | 43.58 | 50.32 | - |
YUV | 178.23 | 130.13 | 137.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 171 | 182 | 0 | 0.10 | 0.05 | 0.25 | 327 | 0.14 | 0.71 |
Hex | BF | AB | B6 | 0 | A | 5 | 19 | 147 | E | 47 |
Octal | 277 | 253 | 266 | 0 | 12 | 5 | 31 | 507 | 16 | 107 |
Binary | 10111111 | 10101011 | 10110110 | 0 | 1010 | 101 | 11001 | 101000111 | 1110 | 1000111 |
Color Harmonies of #BFABB6
Complementary color
Monochromatic Colors of #BFABB6
Black with #BFABB6
Text Example
Text Example
White with #BFABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABB6; }
p { color: rgb(191,171,182); }
H1.HeaderClassName
{
color: #BFABB6;
}
.AnyTagClassName
{
color: #BFABB6;
}
</style>
background-color css
<style>
a { background-color: #BFABB6; }
a { background-color: rgb(191,171,182); }
div.DivClassName
{
background-color: #BFABB6;
}
.BgClassName
{
background-color: #BFABB6;
}
</style>
border-color css
<style>
span { border-color: #BFABB6; }
span { border-color: rgb(191,171,182); }
td.TdClassName
{
border-color: #BFABB6;
}
.TagClassName
{
border-color: #BFABB6;
}
</style>