Shades of Lily #B299A9
Tints of Lily #B299A9
RGB
CMYK
RGB Variations
Color information
#B299A9 (or 0xB299A9) is known color: Lily. HEX triplet: B2, 99 and A9. RGB value is (178,153,169). Sum of RGB (Red+Green+Blue) = 178+153+169=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 178 - color contains mainly: red. Hex color #B299A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B299A9 is #4D6656. Grayscale: #A2A2A2. Windows color (decimal): -5072471 or 11114930. OLE color: 11114930.
HSL color Cylindrical-coordinate representation of color #B299A9: hue angle of 321.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B299A9 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 153 | 169 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.30 |
| HSL | 321.6º | 0.14% | 0.65% | - |
| HSV(B) | 321.6º | 0.14% | 0.7% | - |
| XYZ | 36.91 | 35.11 | 42.37 | - |
| YUV | 162.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 169 | 0 | 0.14 | 0.05 | 0.30 | 321.6 | 0.14 | 0.65 |
| Hex | B2 | 99 | A9 | 0 | E | 5 | 1E | 142 | E | 41 |
| Octal | 262 | 231 | 251 | 0 | 16 | 5 | 36 | 502 | 16 | 101 |
| Binary | 10110010 | 10011001 | 10101001 | 0 | 1110 | 101 | 11110 | 101000010 | 1110 | 1000001 |
Color Harmonies of #B299A9
Complementary color
Monochromatic Colors of #B299A9
Black with #B299A9
Text Example
Text Example
White with #B299A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B299A9; }
p { color: rgb(178,153,169); }
H1.HeaderClassName
{
color: #B299A9;
}
.AnyTagClassName
{
color: #B299A9;
}
</style>
background-color css
<style>
a { background-color: #B299A9; }
a { background-color: rgb(178,153,169); }
div.DivClassName
{
background-color: #B299A9;
}
.BgClassName
{
background-color: #B299A9;
}
</style>
border-color css
<style>
span { border-color: #B299A9; }
span { border-color: rgb(178,153,169); }
td.TdClassName
{
border-color: #B299A9;
}
.TagClassName
{
border-color: #B299A9;
}
</style>