Shades of Lily #B7A1B2
Tints of Lily #B7A1B2
RGB
CMYK
RGB Variations
Color information
#B7A1B2 (or 0xB7A1B2) is known color: Lily. HEX triplet: B7, A1 and B2. RGB value is (183,161,178). Sum of RGB (Red+Green+Blue) = 183+161+178=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A1B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A1B2 is #485E4D. Grayscale: #A9A9A9. Windows color (decimal): -4742734 or 11706807. OLE color: 11706807.
HSL color Cylindrical-coordinate representation of color #B7A1B2: hue angle of 313.64º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7A1B2 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 161 | 178 | - |
CMYK | 0 | 0.12 | 0.03 | 0.28 |
HSL | 313.64º | 0.13% | 0.67% | - |
HSV(B) | 313.64º | 0.12% | 0.72% | - |
XYZ | 40.31 | 38.77 | 47.48 | - |
YUV | 169.52 | 132.79 | 137.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 161 | 178 | 0 | 0.12 | 0.03 | 0.28 | 313.64 | 0.13 | 0.67 |
Hex | B7 | A1 | B2 | 0 | C | 3 | 1C | 13A | D | 43 |
Octal | 267 | 241 | 262 | 0 | 14 | 3 | 34 | 472 | 15 | 103 |
Binary | 10110111 | 10100001 | 10110010 | 0 | 1100 | 11 | 11100 | 100111010 | 1101 | 1000011 |
Color Harmonies of #B7A1B2
Complementary color
Monochromatic Colors of #B7A1B2
Black with #B7A1B2
Text Example
Text Example
White with #B7A1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A1B2; }
p { color: rgb(183,161,178); }
H1.HeaderClassName
{
color: #B7A1B2;
}
.AnyTagClassName
{
color: #B7A1B2;
}
</style>
background-color css
<style>
a { background-color: #B7A1B2; }
a { background-color: rgb(183,161,178); }
div.DivClassName
{
background-color: #B7A1B2;
}
.BgClassName
{
background-color: #B7A1B2;
}
</style>
border-color css
<style>
span { border-color: #B7A1B2; }
span { border-color: rgb(183,161,178); }
td.TdClassName
{
border-color: #B7A1B2;
}
.TagClassName
{
border-color: #B7A1B2;
}
</style>