Shades of Lily #BFACB6
Tints of Lily #BFACB6
RGB
CMYK
RGB Variations
Color information
#BFACB6 (or 0xBFACB6) is known color: Lily. HEX triplet: BF, AC and B6. RGB value is (191,172,182). Sum of RGB (Red+Green+Blue) = 191+172+182=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACB6 is #405349. Grayscale: #B2B2B2. Windows color (decimal): -4215626 or 11971775. OLE color: 11971775.
HSL color Cylindrical-coordinate representation of color #BFACB6: hue angle of 328.42º 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 #BFACB6 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 182 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.25 |
| HSL | 328.42º | 0.13% | 0.71% | - |
| HSV(B) | 328.42º | 0.1% | 0.75% | - |
| XYZ | 44.68 | 43.96 | 50.39 | - |
| YUV | 178.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 182 | 0 | 0.10 | 0.05 | 0.25 | 328.42 | 0.13 | 0.71 |
| Hex | BF | AC | B6 | 0 | A | 5 | 19 | 148 | D | 47 |
| Octal | 277 | 254 | 266 | 0 | 12 | 5 | 31 | 510 | 15 | 107 |
| Binary | 10111111 | 10101100 | 10110110 | 0 | 1010 | 101 | 11001 | 101001000 | 1101 | 1000111 |
Color Harmonies of #BFACB6
Complementary color
Monochromatic Colors of #BFACB6
Black with #BFACB6
Text Example
Text Example
White with #BFACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACB6; }
p { color: rgb(191,172,182); }
H1.HeaderClassName
{
color: #BFACB6;
}
.AnyTagClassName
{
color: #BFACB6;
}
</style>
background-color css
<style>
a { background-color: #BFACB6; }
a { background-color: rgb(191,172,182); }
div.DivClassName
{
background-color: #BFACB6;
}
.BgClassName
{
background-color: #BFACB6;
}
</style>
border-color css
<style>
span { border-color: #BFACB6; }
span { border-color: rgb(191,172,182); }
td.TdClassName
{
border-color: #BFACB6;
}
.TagClassName
{
border-color: #BFACB6;
}
</style>