Shades of Lily #B7A7B4
Tints of Lily #B7A7B4
RGB
CMYK
RGB Variations
Color information
#B7A7B4 (or 0xB7A7B4) is known color: Lily. HEX triplet: B7, A7 and B4. RGB value is (183,167,180). Sum of RGB (Red+Green+Blue) = 183+167+180=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A7B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A7B4 is #48584B. Grayscale: #ADADAD. Windows color (decimal): -4741196 or 11839415. OLE color: 11839415.
HSL color Cylindrical-coordinate representation of color #B7A7B4: hue angle of 311.25º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7A7B4 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 180 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.28 |
| HSL | 311.25º | 0.1% | 0.69% | - |
| HSV(B) | 311.25º | 0.09% | 0.72% | - |
| XYZ | 41.59 | 41 | 48.9 | - |
| YUV | 173.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 180 | 0 | 0.09 | 0.02 | 0.28 | 311.25 | 0.1 | 0.69 |
| Hex | B7 | A7 | B4 | 0 | 9 | 2 | 1C | 137 | A | 45 |
| Octal | 267 | 247 | 264 | 0 | 11 | 2 | 34 | 467 | 12 | 105 |
| Binary | 10110111 | 10100111 | 10110100 | 0 | 1001 | 10 | 11100 | 100110111 | 1010 | 1000101 |
Color Harmonies of #B7A7B4
Complementary color
Monochromatic Colors of #B7A7B4
Black with #B7A7B4
Text Example
Text Example
White with #B7A7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A7B4; }
p { color: rgb(183,167,180); }
H1.HeaderClassName
{
color: #B7A7B4;
}
.AnyTagClassName
{
color: #B7A7B4;
}
</style>
background-color css
<style>
a { background-color: #B7A7B4; }
a { background-color: rgb(183,167,180); }
div.DivClassName
{
background-color: #B7A7B4;
}
.BgClassName
{
background-color: #B7A7B4;
}
</style>
border-color css
<style>
span { border-color: #B7A7B4; }
span { border-color: rgb(183,167,180); }
td.TdClassName
{
border-color: #B7A7B4;
}
.TagClassName
{
border-color: #B7A7B4;
}
</style>