Shades of Lily #B498A8
Tints of Lily #B498A8
RGB
CMYK
RGB Variations
Color information
#B498A8 (or 0xB498A8) is known color: Lily. HEX triplet: B4, 98 and A8. RGB value is (180,152,168). Sum of RGB (Red+Green+Blue) = 180+152+168=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B498A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B498A8 is #4B6757. Grayscale: #A2A2A2. Windows color (decimal): -4941656 or 11049140. OLE color: 11049140.
HSL color Cylindrical-coordinate representation of color #B498A8: hue angle of 325.71º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B498A8 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 152 | 168 | - |
CMYK | 0 | 0.16 | 0.07 | 0.29 |
HSL | 325.71º | 0.16% | 0.65% | - |
HSV(B) | 325.71º | 0.16% | 0.71% | - |
XYZ | 37.12 | 34.99 | 41.84 | - |
YUV | 162.2 | 131.28 | 140.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 152 | 168 | 0 | 0.16 | 0.07 | 0.29 | 325.71 | 0.16 | 0.65 |
Hex | B4 | 98 | A8 | 0 | 10 | 7 | 1D | 146 | 10 | 41 |
Octal | 264 | 230 | 250 | 0 | 20 | 7 | 35 | 506 | 20 | 101 |
Binary | 10110100 | 10011000 | 10101000 | 0 | 10000 | 111 | 11101 | 101000110 | 10000 | 1000001 |
Color Harmonies of #B498A8
Complementary color
Monochromatic Colors of #B498A8
Black with #B498A8
Text Example
Text Example
White with #B498A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B498A8; }
p { color: rgb(180,152,168); }
H1.HeaderClassName
{
color: #B498A8;
}
.AnyTagClassName
{
color: #B498A8;
}
</style>
background-color css
<style>
a { background-color: #B498A8; }
a { background-color: rgb(180,152,168); }
div.DivClassName
{
background-color: #B498A8;
}
.BgClassName
{
background-color: #B498A8;
}
</style>
border-color css
<style>
span { border-color: #B498A8; }
span { border-color: rgb(180,152,168); }
td.TdClassName
{
border-color: #B498A8;
}
.TagClassName
{
border-color: #B498A8;
}
</style>