Shades of Lily #BF94A8
Tints of Lily #BF94A8
RGB
CMYK
RGB Variations
Color information
#BF94A8 (or 0xBF94A8) is known color: Lily. HEX triplet: BF, 94 and A8. RGB value is (191,148,168). Sum of RGB (Red+Green+Blue) = 191+148+168=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BF94A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF94A8 is #406B57. Grayscale: #A3A3A3. Windows color (decimal): -4221784 or 11048127. OLE color: 11048127.
HSL color Cylindrical-coordinate representation of color #BF94A8: hue angle of 332.09º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF94A8 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 148 | 168 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.25 |
| HSL | 332.09º | 0.25% | 0.66% | - |
| HSV(B) | 332.09º | 0.23% | 0.75% | - |
| XYZ | 39.14 | 35.08 | 41.75 | - |
| YUV | 163.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 148 | 168 | 0 | 0.23 | 0.12 | 0.25 | 332.09 | 0.25 | 0.66 |
| Hex | BF | 94 | A8 | 0 | 17 | C | 19 | 14C | 19 | 42 |
| Octal | 277 | 224 | 250 | 0 | 27 | 14 | 31 | 514 | 31 | 102 |
| Binary | 10111111 | 10010100 | 10101000 | 0 | 10111 | 1100 | 11001 | 101001100 | 11001 | 1000010 |
Color Harmonies of #BF94A8
Complementary color
Monochromatic Colors of #BF94A8
Black with #BF94A8
Text Example
Text Example
White with #BF94A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF94A8; }
p { color: rgb(191,148,168); }
H1.HeaderClassName
{
color: #BF94A8;
}
.AnyTagClassName
{
color: #BF94A8;
}
</style>
background-color css
<style>
a { background-color: #BF94A8; }
a { background-color: rgb(191,148,168); }
div.DivClassName
{
background-color: #BF94A8;
}
.BgClassName
{
background-color: #BF94A8;
}
</style>
border-color css
<style>
span { border-color: #BF94A8; }
span { border-color: rgb(191,148,168); }
td.TdClassName
{
border-color: #BF94A8;
}
.TagClassName
{
border-color: #BF94A8;
}
</style>