Shades of Lily #B7A4B3
Tints of Lily #B7A4B3
RGB
CMYK
RGB Variations
Color information
#B7A4B3 (or 0xB7A4B3) is known color: Lily. HEX triplet: B7, A4 and B3. RGB value is (183,164,179). Sum of RGB (Red+Green+Blue) = 183+164+179=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A4B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A4B3 is #485B4C. Grayscale: #ABABAB. Windows color (decimal): -4741965 or 11773111. OLE color: 11773111.
HSL color Cylindrical-coordinate representation of color #B7A4B3: hue angle of 312.63º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7A4B3 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 164 | 179 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.28 |
| HSL | 312.63º | 0.12% | 0.68% | - |
| HSV(B) | 312.63º | 0.1% | 0.72% | - |
| XYZ | 40.94 | 39.87 | 48.19 | - |
| YUV | 171.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 164 | 179 | 0 | 0.10 | 0.02 | 0.28 | 312.63 | 0.12 | 0.68 |
| Hex | B7 | A4 | B3 | 0 | A | 2 | 1C | 139 | C | 44 |
| Octal | 267 | 244 | 263 | 0 | 12 | 2 | 34 | 471 | 14 | 104 |
| Binary | 10110111 | 10100100 | 10110011 | 0 | 1010 | 10 | 11100 | 100111001 | 1100 | 1000100 |
Color Harmonies of #B7A4B3
Complementary color
Monochromatic Colors of #B7A4B3
Black with #B7A4B3
Text Example
Text Example
White with #B7A4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A4B3; }
p { color: rgb(183,164,179); }
H1.HeaderClassName
{
color: #B7A4B3;
}
.AnyTagClassName
{
color: #B7A4B3;
}
</style>
background-color css
<style>
a { background-color: #B7A4B3; }
a { background-color: rgb(183,164,179); }
div.DivClassName
{
background-color: #B7A4B3;
}
.BgClassName
{
background-color: #B7A4B3;
}
</style>
border-color css
<style>
span { border-color: #B7A4B3; }
span { border-color: rgb(183,164,179); }
td.TdClassName
{
border-color: #B7A4B3;
}
.TagClassName
{
border-color: #B7A4B3;
}
</style>