Shades of Lily #B198A8
Tints of Lily #B198A8
RGB
CMYK
RGB Variations
Color information
#B198A8 (or 0xB198A8) is known color: Lily. HEX triplet: B1, 98 and A8. RGB value is (177,152,168). Sum of RGB (Red+Green+Blue) = 177+152+168=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B198A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B198A8 is #4E6757. Grayscale: #A1A1A1. Windows color (decimal): -5138264 or 11049137. OLE color: 11049137.
HSL color Cylindrical-coordinate representation of color #B198A8: hue angle of 321.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B198A8 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 168 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.31 |
| HSL | 321.6º | 0.14% | 0.65% | - |
| HSV(B) | 321.6º | 0.14% | 0.69% | - |
| XYZ | 36.43 | 34.63 | 41.81 | - |
| YUV | 161.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 168 | 0 | 0.14 | 0.05 | 0.31 | 321.6 | 0.14 | 0.65 |
| Hex | B1 | 98 | A8 | 0 | E | 5 | 1F | 142 | E | 41 |
| Octal | 261 | 230 | 250 | 0 | 16 | 5 | 37 | 502 | 16 | 101 |
| Binary | 10110001 | 10011000 | 10101000 | 0 | 1110 | 101 | 11111 | 101000010 | 1110 | 1000001 |
Color Harmonies of #B198A8
Complementary color
Monochromatic Colors of #B198A8
Black with #B198A8
Text Example
Text Example
White with #B198A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B198A8; }
p { color: rgb(177,152,168); }
H1.HeaderClassName
{
color: #B198A8;
}
.AnyTagClassName
{
color: #B198A8;
}
</style>
background-color css
<style>
a { background-color: #B198A8; }
a { background-color: rgb(177,152,168); }
div.DivClassName
{
background-color: #B198A8;
}
.BgClassName
{
background-color: #B198A8;
}
</style>
border-color css
<style>
span { border-color: #B198A8; }
span { border-color: rgb(177,152,168); }
td.TdClassName
{
border-color: #B198A8;
}
.TagClassName
{
border-color: #B198A8;
}
</style>