Shades of Lily #B698A7
Tints of Lily #B698A7
RGB
CMYK
RGB Variations
Color information
#B698A7 (or 0xB698A7) is known color: Lily. HEX triplet: B6, 98 and A7. RGB value is (182,152,167). Sum of RGB (Red+Green+Blue) = 182+152+167=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B698A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B698A7 is #496758. Grayscale: #A2A2A2. Windows color (decimal): -4810585 or 10983606. OLE color: 10983606.
HSL color Cylindrical-coordinate representation of color #B698A7: hue angle of 330º degrees, saturation: 0.17, 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 #B698A7 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 152 | 167 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.29 |
| HSL | 330º | 0.17% | 0.65% | - |
| HSV(B) | 330º | 0.16% | 0.71% | - |
| XYZ | 37.49 | 35.19 | 41.38 | - |
| YUV | 162.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 152 | 167 | 0 | 0.16 | 0.08 | 0.29 | 330 | 0.17 | 0.65 |
| Hex | B6 | 98 | A7 | 0 | 10 | 8 | 1D | 14A | 11 | 41 |
| Octal | 266 | 230 | 247 | 0 | 20 | 10 | 35 | 512 | 21 | 101 |
| Binary | 10110110 | 10011000 | 10100111 | 0 | 10000 | 1000 | 11101 | 101001010 | 10001 | 1000001 |
Color Harmonies of #B698A7
Complementary color
Monochromatic Colors of #B698A7
Black with #B698A7
Text Example
Text Example
White with #B698A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B698A7; }
p { color: rgb(182,152,167); }
H1.HeaderClassName
{
color: #B698A7;
}
.AnyTagClassName
{
color: #B698A7;
}
</style>
background-color css
<style>
a { background-color: #B698A7; }
a { background-color: rgb(182,152,167); }
div.DivClassName
{
background-color: #B698A7;
}
.BgClassName
{
background-color: #B698A7;
}
</style>
border-color css
<style>
span { border-color: #B698A7; }
span { border-color: rgb(182,152,167); }
td.TdClassName
{
border-color: #B698A7;
}
.TagClassName
{
border-color: #B698A7;
}
</style>