Shades of Lily #BF99B8
Tints of Lily #BF99B8
RGB
CMYK
RGB Variations
Color information
#BF99B8 (or 0xBF99B8) is known color: Lily. HEX triplet: BF, 99 and B8. RGB value is (191,153,184). Sum of RGB (Red+Green+Blue) = 191+153+184=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99B8 is #406647. Grayscale: #A7A7A7. Windows color (decimal): -4220488 or 12097983. OLE color: 12097983.
HSL color Cylindrical-coordinate representation of color #BF99B8: hue angle of 311.05º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF99B8 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 184 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.25 |
| HSL | 311.05º | 0.23% | 0.67% | - |
| HSV(B) | 311.05º | 0.2% | 0.75% | - |
| XYZ | 41.53 | 37.32 | 50.36 | - |
| YUV | 167.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 184 | 0 | 0.20 | 0.04 | 0.25 | 311.05 | 0.23 | 0.67 |
| Hex | BF | 99 | B8 | 0 | 14 | 4 | 19 | 137 | 17 | 43 |
| Octal | 277 | 231 | 270 | 0 | 24 | 4 | 31 | 467 | 27 | 103 |
| Binary | 10111111 | 10011001 | 10111000 | 0 | 10100 | 100 | 11001 | 100110111 | 10111 | 1000011 |
Color Harmonies of #BF99B8
Complementary color
Monochromatic Colors of #BF99B8
Black with #BF99B8
Text Example
Text Example
White with #BF99B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99B8; }
p { color: rgb(191,153,184); }
H1.HeaderClassName
{
color: #BF99B8;
}
.AnyTagClassName
{
color: #BF99B8;
}
</style>
background-color css
<style>
a { background-color: #BF99B8; }
a { background-color: rgb(191,153,184); }
div.DivClassName
{
background-color: #BF99B8;
}
.BgClassName
{
background-color: #BF99B8;
}
</style>
border-color css
<style>
span { border-color: #BF99B8; }
span { border-color: rgb(191,153,184); }
td.TdClassName
{
border-color: #BF99B8;
}
.TagClassName
{
border-color: #BF99B8;
}
</style>