Shades of Lily #B698AD
Tints of Lily #B698AD
RGB
CMYK
RGB Variations
Color information
#B698AD (or 0xB698AD) is known color: Lily. HEX triplet: B6, 98 and AD. RGB value is (182,152,173). Sum of RGB (Red+Green+Blue) = 182+152+173=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 182 - color contains mainly: red. Hex color #B698AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B698AD is #496752. Grayscale: #A3A3A3. Windows color (decimal): -4810579 or 11376822. OLE color: 11376822.
HSL color Cylindrical-coordinate representation of color #B698AD: hue angle of 318º 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 #B698AD is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 152 | 173 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.29 |
| HSL | 318º | 0.17% | 0.65% | - |
| HSV(B) | 318º | 0.16% | 0.71% | - |
| XYZ | 38.06 | 35.42 | 44.37 | - |
| YUV | 163.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 152 | 173 | 0 | 0.16 | 0.05 | 0.29 | 318 | 0.17 | 0.65 |
| Hex | B6 | 98 | AD | 0 | 10 | 5 | 1D | 13E | 11 | 41 |
| Octal | 266 | 230 | 255 | 0 | 20 | 5 | 35 | 476 | 21 | 101 |
| Binary | 10110110 | 10011000 | 10101101 | 0 | 10000 | 101 | 11101 | 100111110 | 10001 | 1000001 |
Color Harmonies of #B698AD
Complementary color
Monochromatic Colors of #B698AD
Black with #B698AD
Text Example
Text Example
White with #B698AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B698AD; }
p { color: rgb(182,152,173); }
H1.HeaderClassName
{
color: #B698AD;
}
.AnyTagClassName
{
color: #B698AD;
}
</style>
background-color css
<style>
a { background-color: #B698AD; }
a { background-color: rgb(182,152,173); }
div.DivClassName
{
background-color: #B698AD;
}
.BgClassName
{
background-color: #B698AD;
}
</style>
border-color css
<style>
span { border-color: #B698AD; }
span { border-color: rgb(182,152,173); }
td.TdClassName
{
border-color: #B698AD;
}
.TagClassName
{
border-color: #B698AD;
}
</style>