Shades of Lily #BFA3AC
Tints of Lily #BFA3AC
RGB
CMYK
RGB Variations
Color information
#BFA3AC (or 0xBFA3AC) is known color: Lily. HEX triplet: BF, A3 and AC. RGB value is (191,163,172). Sum of RGB (Red+Green+Blue) = 191+163+172=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA3AC is #405C53. Grayscale: #ACACAC. Windows color (decimal): -4217940 or 11314111. OLE color: 11314111.
HSL color Cylindrical-coordinate representation of color #BFA3AC: hue angle of 340.71º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFA3AC is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 163 | 172 | - |
CMYK | 0 | 0.15 | 0.10 | 0.25 |
HSL | 340.71º | 0.18% | 0.69% | - |
HSV(B) | 340.71º | 0.15% | 0.75% | - |
XYZ | 42.03 | 40.25 | 44.58 | - |
YUV | 172.4 | 127.78 | 141.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 163 | 172 | 0 | 0.15 | 0.10 | 0.25 | 340.71 | 0.18 | 0.69 |
Hex | BF | A3 | AC | 0 | F | A | 19 | 155 | 12 | 45 |
Octal | 277 | 243 | 254 | 0 | 17 | 12 | 31 | 525 | 22 | 105 |
Binary | 10111111 | 10100011 | 10101100 | 0 | 1111 | 1010 | 11001 | 101010101 | 10010 | 1000101 |
Color Harmonies of #BFA3AC
Complementary color
Monochromatic Colors of #BFA3AC
Black with #BFA3AC
Text Example
Text Example
White with #BFA3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3AC; }
p { color: rgb(191,163,172); }
H1.HeaderClassName
{
color: #BFA3AC;
}
.AnyTagClassName
{
color: #BFA3AC;
}
</style>
background-color css
<style>
a { background-color: #BFA3AC; }
a { background-color: rgb(191,163,172); }
div.DivClassName
{
background-color: #BFA3AC;
}
.BgClassName
{
background-color: #BFA3AC;
}
</style>
border-color css
<style>
span { border-color: #BFA3AC; }
span { border-color: rgb(191,163,172); }
td.TdClassName
{
border-color: #BFA3AC;
}
.TagClassName
{
border-color: #BFA3AC;
}
</style>