Shades of Lily #B7ABB0
Tints of Lily #B7ABB0
RGB
CMYK
RGB Variations
Color information
#B7ABB0 (or 0xB7ABB0) is known color: Lily. HEX triplet: B7, AB and B0. RGB value is (183,171,176). Sum of RGB (Red+Green+Blue) = 183+171+176=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ABB0 is #48544F. Grayscale: #AFAFAF. Windows color (decimal): -4740176 or 11578295. OLE color: 11578295.
HSL color Cylindrical-coordinate representation of color #B7ABB0: hue angle of 335º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7ABB0 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 171 | 176 | - |
CMYK | 0 | 0.07 | 0.04 | 0.28 |
HSL | 335º | 0.08% | 0.69% | - |
HSV(B) | 335º | 0.07% | 0.72% | - |
XYZ | 41.93 | 42.33 | 47.03 | - |
YUV | 175.16 | 128.48 | 133.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 171 | 176 | 0 | 0.07 | 0.04 | 0.28 | 335 | 0.08 | 0.69 |
Hex | B7 | AB | B0 | 0 | 7 | 4 | 1C | 14F | 8 | 45 |
Octal | 267 | 253 | 260 | 0 | 7 | 4 | 34 | 517 | 10 | 105 |
Binary | 10110111 | 10101011 | 10110000 | 0 | 111 | 100 | 11100 | 101001111 | 1000 | 1000101 |
Color Harmonies of #B7ABB0
Complementary color
Monochromatic Colors of #B7ABB0
Black with #B7ABB0
Text Example
Text Example
White with #B7ABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ABB0; }
p { color: rgb(183,171,176); }
H1.HeaderClassName
{
color: #B7ABB0;
}
.AnyTagClassName
{
color: #B7ABB0;
}
</style>
background-color css
<style>
a { background-color: #B7ABB0; }
a { background-color: rgb(183,171,176); }
div.DivClassName
{
background-color: #B7ABB0;
}
.BgClassName
{
background-color: #B7ABB0;
}
</style>
border-color css
<style>
span { border-color: #B7ABB0; }
span { border-color: rgb(183,171,176); }
td.TdClassName
{
border-color: #B7ABB0;
}
.TagClassName
{
border-color: #B7ABB0;
}
</style>