Shades of Lily #BF9CB0
Tints of Lily #BF9CB0
RGB
CMYK
RGB Variations
Color information
#BF9CB0 (or 0xBF9CB0) is known color: Lily. HEX triplet: BF, 9C and B0. RGB value is (191,156,176). Sum of RGB (Red+Green+Blue) = 191+156+176=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9CB0 is #40634F. Grayscale: #A8A8A8. Windows color (decimal): -4219728 or 11574463. OLE color: 11574463.
HSL color Cylindrical-coordinate representation of color #BF9CB0: hue angle of 325.71º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BF9CB0 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 156 | 176 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.25 |
| HSL | 325.71º | 0.21% | 0.68% | - |
| HSV(B) | 325.71º | 0.18% | 0.75% | - |
| XYZ | 41.21 | 37.99 | 46.23 | - |
| YUV | 168.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 156 | 176 | 0 | 0.18 | 0.08 | 0.25 | 325.71 | 0.21 | 0.68 |
| Hex | BF | 9C | B0 | 0 | 12 | 8 | 19 | 146 | 15 | 44 |
| Octal | 277 | 234 | 260 | 0 | 22 | 10 | 31 | 506 | 25 | 104 |
| Binary | 10111111 | 10011100 | 10110000 | 0 | 10010 | 1000 | 11001 | 101000110 | 10101 | 1000100 |
Color Harmonies of #BF9CB0
Complementary color
Monochromatic Colors of #BF9CB0
Black with #BF9CB0
Text Example
Text Example
White with #BF9CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9CB0; }
p { color: rgb(191,156,176); }
H1.HeaderClassName
{
color: #BF9CB0;
}
.AnyTagClassName
{
color: #BF9CB0;
}
</style>
background-color css
<style>
a { background-color: #BF9CB0; }
a { background-color: rgb(191,156,176); }
div.DivClassName
{
background-color: #BF9CB0;
}
.BgClassName
{
background-color: #BF9CB0;
}
</style>
border-color css
<style>
span { border-color: #BF9CB0; }
span { border-color: rgb(191,156,176); }
td.TdClassName
{
border-color: #BF9CB0;
}
.TagClassName
{
border-color: #BF9CB0;
}
</style>