Shades of Lily #B7A7B3
Tints of Lily #B7A7B3
RGB
CMYK
RGB Variations
Color information
#B7A7B3 (or 0xB7A7B3) is known color: Lily. HEX triplet: B7, A7 and B3. RGB value is (183,167,179). Sum of RGB (Red+Green+Blue) = 183+167+179=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A7B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A7B3 is #48584C. Grayscale: #ADADAD. Windows color (decimal): -4741197 or 11773879. OLE color: 11773879.
HSL color Cylindrical-coordinate representation of color #B7A7B3: hue angle of 315º 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 #B7A7B3 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 179 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.28 |
| HSL | 315º | 0.1% | 0.69% | - |
| HSV(B) | 315º | 0.09% | 0.72% | - |
| XYZ | 41.48 | 40.96 | 48.37 | - |
| YUV | 173.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 179 | 0 | 0.09 | 0.02 | 0.28 | 315 | 0.1 | 0.69 |
| Hex | B7 | A7 | B3 | 0 | 9 | 2 | 1C | 13B | A | 45 |
| Octal | 267 | 247 | 263 | 0 | 11 | 2 | 34 | 473 | 12 | 105 |
| Binary | 10110111 | 10100111 | 10110011 | 0 | 1001 | 10 | 11100 | 100111011 | 1010 | 1000101 |
Color Harmonies of #B7A7B3
Complementary color
Monochromatic Colors of #B7A7B3
Black with #B7A7B3
Text Example
Text Example
White with #B7A7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A7B3; }
p { color: rgb(183,167,179); }
H1.HeaderClassName
{
color: #B7A7B3;
}
.AnyTagClassName
{
color: #B7A7B3;
}
</style>
background-color css
<style>
a { background-color: #B7A7B3; }
a { background-color: rgb(183,167,179); }
div.DivClassName
{
background-color: #B7A7B3;
}
.BgClassName
{
background-color: #B7A7B3;
}
</style>
border-color css
<style>
span { border-color: #B7A7B3; }
span { border-color: rgb(183,167,179); }
td.TdClassName
{
border-color: #B7A7B3;
}
.TagClassName
{
border-color: #B7A7B3;
}
</style>