Shades of Lily #B4ABB2
Tints of Lily #B4ABB2
RGB
CMYK
RGB Variations
Color information
#B4ABB2 (or 0xB4ABB2) is known color: Lily. HEX triplet: B4, AB and B2. RGB value is (180,171,178). Sum of RGB (Red+Green+Blue) = 180+171+178=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ABB2 is #4B544D. Grayscale: #AEAEAE. Windows color (decimal): -4936782 or 11709364. OLE color: 11709364.
HSL color Cylindrical-coordinate representation of color #B4ABB2: hue angle of 313.33º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B4ABB2 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 171 | 178 | - |
CMYK | 0 | 0.05 | 0.01 | 0.29 |
HSL | 313.33º | 0.06% | 0.69% | - |
HSV(B) | 313.33º | 0.05% | 0.71% | - |
XYZ | 41.42 | 42.04 | 48.05 | - |
YUV | 174.49 | 129.98 | 131.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 171 | 178 | 0 | 0.05 | 0.01 | 0.29 | 313.33 | 0.06 | 0.69 |
Hex | B4 | AB | B2 | 0 | 5 | 1 | 1D | 139 | 6 | 45 |
Octal | 264 | 253 | 262 | 0 | 5 | 1 | 35 | 471 | 6 | 105 |
Binary | 10110100 | 10101011 | 10110010 | 0 | 101 | 1 | 11101 | 100111001 | 110 | 1000101 |
Color Harmonies of #B4ABB2
Complementary color
Monochromatic Colors of #B4ABB2
Black with #B4ABB2
Text Example
Text Example
White with #B4ABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ABB2; }
p { color: rgb(180,171,178); }
H1.HeaderClassName
{
color: #B4ABB2;
}
.AnyTagClassName
{
color: #B4ABB2;
}
</style>
background-color css
<style>
a { background-color: #B4ABB2; }
a { background-color: rgb(180,171,178); }
div.DivClassName
{
background-color: #B4ABB2;
}
.BgClassName
{
background-color: #B4ABB2;
}
</style>
border-color css
<style>
span { border-color: #B4ABB2; }
span { border-color: rgb(180,171,178); }
td.TdClassName
{
border-color: #B4ABB2;
}
.TagClassName
{
border-color: #B4ABB2;
}
</style>