Shades of Lily #B694AB
Tints of Lily #B694AB
RGB
CMYK
RGB Variations
Color information
#B694AB (or 0xB694AB) is known color: Lily. HEX triplet: B6, 94 and AB. RGB value is (182,148,171). Sum of RGB (Red+Green+Blue) = 182+148+171=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B694AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B694AB is #496B54. Grayscale: #A0A0A0. Windows color (decimal): -4811605 or 11244726. OLE color: 11244726.
HSL color Cylindrical-coordinate representation of color #B694AB: hue angle of 319.41º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B694AB is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 148 | 171 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.29 |
| HSL | 319.41º | 0.19% | 0.65% | - |
| HSV(B) | 319.41º | 0.19% | 0.71% | - |
| XYZ | 37.23 | 34.07 | 43.14 | - |
| YUV | 160.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 148 | 171 | 0 | 0.19 | 0.06 | 0.29 | 319.41 | 0.19 | 0.65 |
| Hex | B6 | 94 | AB | 0 | 13 | 6 | 1D | 13F | 13 | 41 |
| Octal | 266 | 224 | 253 | 0 | 23 | 6 | 35 | 477 | 23 | 101 |
| Binary | 10110110 | 10010100 | 10101011 | 0 | 10011 | 110 | 11101 | 100111111 | 10011 | 1000001 |
Color Harmonies of #B694AB
Complementary color
Monochromatic Colors of #B694AB
Black with #B694AB
Text Example
Text Example
White with #B694AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B694AB; }
p { color: rgb(182,148,171); }
H1.HeaderClassName
{
color: #B694AB;
}
.AnyTagClassName
{
color: #B694AB;
}
</style>
background-color css
<style>
a { background-color: #B694AB; }
a { background-color: rgb(182,148,171); }
div.DivClassName
{
background-color: #B694AB;
}
.BgClassName
{
background-color: #B694AB;
}
</style>
border-color css
<style>
span { border-color: #B694AB; }
span { border-color: rgb(182,148,171); }
td.TdClassName
{
border-color: #B694AB;
}
.TagClassName
{
border-color: #B694AB;
}
</style>