Shades of Lily #B7ABB5
Tints of Lily #B7ABB5
RGB
CMYK
RGB Variations
Color information
#B7ABB5 (or 0xB7ABB5) is known color: Lily. HEX triplet: B7, AB and B5. RGB value is (183,171,181). Sum of RGB (Red+Green+Blue) = 183+171+181=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ABB5 is #48544A. Grayscale: #AFAFAF. Windows color (decimal): -4740171 or 11905975. OLE color: 11905975.
HSL color Cylindrical-coordinate representation of color #B7ABB5: hue angle of 310º 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 #B7ABB5 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 171 | 181 | - |
CMYK | 0 | 0.07 | 0.01 | 0.28 |
HSL | 310º | 0.08% | 0.69% | - |
HSV(B) | 310º | 0.07% | 0.72% | - |
XYZ | 42.43 | 42.53 | 49.69 | - |
YUV | 175.73 | 130.98 | 133.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 171 | 181 | 0 | 0.07 | 0.01 | 0.28 | 310 | 0.08 | 0.69 |
Hex | B7 | AB | B5 | 0 | 7 | 1 | 1C | 136 | 8 | 45 |
Octal | 267 | 253 | 265 | 0 | 7 | 1 | 34 | 466 | 10 | 105 |
Binary | 10110111 | 10101011 | 10110101 | 0 | 111 | 1 | 11100 | 100110110 | 1000 | 1000101 |
Color Harmonies of #B7ABB5
Complementary color
Monochromatic Colors of #B7ABB5
Black with #B7ABB5
Text Example
Text Example
White with #B7ABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ABB5; }
p { color: rgb(183,171,181); }
H1.HeaderClassName
{
color: #B7ABB5;
}
.AnyTagClassName
{
color: #B7ABB5;
}
</style>
background-color css
<style>
a { background-color: #B7ABB5; }
a { background-color: rgb(183,171,181); }
div.DivClassName
{
background-color: #B7ABB5;
}
.BgClassName
{
background-color: #B7ABB5;
}
</style>
border-color css
<style>
span { border-color: #B7ABB5; }
span { border-color: rgb(183,171,181); }
td.TdClassName
{
border-color: #B7ABB5;
}
.TagClassName
{
border-color: #B7ABB5;
}
</style>