Shades of Lily #B7A3B2
Tints of Lily #B7A3B2
RGB
CMYK
RGB Variations
Color information
#B7A3B2 (or 0xB7A3B2) is known color: Lily. HEX triplet: B7, A3 and B2. RGB value is (183,163,178). Sum of RGB (Red+Green+Blue) = 183+163+178=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A3B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A3B2 is #485C4D. Grayscale: #AAAAAA. Windows color (decimal): -4742222 or 11707319. OLE color: 11707319.
HSL color Cylindrical-coordinate representation of color #B7A3B2: hue angle of 315º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7A3B2 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 163 | 178 | - |
CMYK | 0 | 0.11 | 0.03 | 0.28 |
HSL | 315º | 0.12% | 0.68% | - |
HSV(B) | 315º | 0.11% | 0.72% | - |
XYZ | 40.66 | 39.48 | 47.6 | - |
YUV | 170.69 | 132.13 | 136.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 163 | 178 | 0 | 0.11 | 0.03 | 0.28 | 315 | 0.12 | 0.68 |
Hex | B7 | A3 | B2 | 0 | B | 3 | 1C | 13B | C | 44 |
Octal | 267 | 243 | 262 | 0 | 13 | 3 | 34 | 473 | 14 | 104 |
Binary | 10110111 | 10100011 | 10110010 | 0 | 1011 | 11 | 11100 | 100111011 | 1100 | 1000100 |
Color Harmonies of #B7A3B2
Complementary color
Monochromatic Colors of #B7A3B2
Black with #B7A3B2
Text Example
Text Example
White with #B7A3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A3B2; }
p { color: rgb(183,163,178); }
H1.HeaderClassName
{
color: #B7A3B2;
}
.AnyTagClassName
{
color: #B7A3B2;
}
</style>
background-color css
<style>
a { background-color: #B7A3B2; }
a { background-color: rgb(183,163,178); }
div.DivClassName
{
background-color: #B7A3B2;
}
.BgClassName
{
background-color: #B7A3B2;
}
</style>
border-color css
<style>
span { border-color: #B7A3B2; }
span { border-color: rgb(183,163,178); }
td.TdClassName
{
border-color: #B7A3B2;
}
.TagClassName
{
border-color: #B7A3B2;
}
</style>