Shades of Lily #BFACB5
Tints of Lily #BFACB5
RGB
CMYK
RGB Variations
Color information
#BFACB5 (or 0xBFACB5) is known color: Lily. HEX triplet: BF, AC and B5. RGB value is (191,172,181). Sum of RGB (Red+Green+Blue) = 191+172+181=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACB5 is #40534A. Grayscale: #B2B2B2. Windows color (decimal): -4215627 or 11906239. OLE color: 11906239.
HSL color Cylindrical-coordinate representation of color #BFACB5: hue angle of 331.58º degrees, saturation: 0.13, 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 #BFACB5 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 172 | 181 | - |
CMYK | 0 | 0.10 | 0.05 | 0.25 |
HSL | 331.58º | 0.13% | 0.71% | - |
HSV(B) | 331.58º | 0.1% | 0.75% | - |
XYZ | 44.58 | 43.92 | 49.84 | - |
YUV | 178.71 | 129.29 | 136.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 172 | 181 | 0 | 0.10 | 0.05 | 0.25 | 331.58 | 0.13 | 0.71 |
Hex | BF | AC | B5 | 0 | A | 5 | 19 | 14C | D | 47 |
Octal | 277 | 254 | 265 | 0 | 12 | 5 | 31 | 514 | 15 | 107 |
Binary | 10111111 | 10101100 | 10110101 | 0 | 1010 | 101 | 11001 | 101001100 | 1101 | 1000111 |
Color Harmonies of #BFACB5
Complementary color
Monochromatic Colors of #BFACB5
Black with #BFACB5
Text Example
Text Example
White with #BFACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACB5; }
p { color: rgb(191,172,181); }
H1.HeaderClassName
{
color: #BFACB5;
}
.AnyTagClassName
{
color: #BFACB5;
}
</style>
background-color css
<style>
a { background-color: #BFACB5; }
a { background-color: rgb(191,172,181); }
div.DivClassName
{
background-color: #BFACB5;
}
.BgClassName
{
background-color: #BFACB5;
}
</style>
border-color css
<style>
span { border-color: #BFACB5; }
span { border-color: rgb(191,172,181); }
td.TdClassName
{
border-color: #BFACB5;
}
.TagClassName
{
border-color: #BFACB5;
}
</style>