Shades of Lily #BF9AB0
Tints of Lily #BF9AB0
RGB
CMYK
RGB Variations
Color information
#BF9AB0 (or 0xBF9AB0) is known color: Lily. HEX triplet: BF, 9A and B0. RGB value is (191,154,176). Sum of RGB (Red+Green+Blue) = 191+154+176=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9AB0 is #40654F. Grayscale: #A7A7A7. Windows color (decimal): -4220240 or 11573951. OLE color: 11573951.
HSL color Cylindrical-coordinate representation of color #BF9AB0: hue angle of 324.32º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BF9AB0 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 154 | 176 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.25 |
| HSL | 324.32º | 0.22% | 0.68% | - |
| HSV(B) | 324.32º | 0.19% | 0.75% | - |
| XYZ | 40.88 | 37.32 | 46.12 | - |
| YUV | 167.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 154 | 176 | 0 | 0.19 | 0.08 | 0.25 | 324.32 | 0.22 | 0.68 |
| Hex | BF | 9A | B0 | 0 | 13 | 8 | 19 | 144 | 16 | 44 |
| Octal | 277 | 232 | 260 | 0 | 23 | 10 | 31 | 504 | 26 | 104 |
| Binary | 10111111 | 10011010 | 10110000 | 0 | 10011 | 1000 | 11001 | 101000100 | 10110 | 1000100 |
Color Harmonies of #BF9AB0
Complementary color
Monochromatic Colors of #BF9AB0
Black with #BF9AB0
Text Example
Text Example
White with #BF9AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9AB0; }
p { color: rgb(191,154,176); }
H1.HeaderClassName
{
color: #BF9AB0;
}
.AnyTagClassName
{
color: #BF9AB0;
}
</style>
background-color css
<style>
a { background-color: #BF9AB0; }
a { background-color: rgb(191,154,176); }
div.DivClassName
{
background-color: #BF9AB0;
}
.BgClassName
{
background-color: #BF9AB0;
}
</style>
border-color css
<style>
span { border-color: #BF9AB0; }
span { border-color: rgb(191,154,176); }
td.TdClassName
{
border-color: #BF9AB0;
}
.TagClassName
{
border-color: #BF9AB0;
}
</style>