Shades of Biloba Flower #ABA1BC
Tints of Biloba Flower #ABA1BC
RGB
CMYK
RGB Variations
Color information
#ABA1BC (or 0xABA1BC) is known color: Biloba Flower. HEX triplet: AB, A1 and BC. RGB value is (171,161,188). Sum of RGB (Red+Green+Blue) = 171+161+188=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABA1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1BC is #545E43. Grayscale: #A6A6A6. Windows color (decimal): -5529156 or 12362155. OLE color: 12362155.
HSL color Cylindrical-coordinate representation of color #ABA1BC: hue angle of 262.22º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABA1BC is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 161 | 188 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.26 |
| HSL | 262.22º | 0.17% | 0.68% | - |
| HSV(B) | 262.22º | 0.14% | 0.74% | - |
| XYZ | 38.62 | 37.78 | 52.83 | - |
| YUV | 167.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 188 | 0.09 | 0.14 | 0 | 0.26 | 262.22 | 0.17 | 0.68 |
| Hex | AB | A1 | BC | 9 | E | 0 | 1A | 106 | 11 | 44 |
| Octal | 253 | 241 | 274 | 11 | 16 | 0 | 32 | 406 | 21 | 104 |
| Binary | 10101011 | 10100001 | 10111100 | 1001 | 1110 | 0 | 11010 | 100000110 | 10001 | 1000100 |
Color Harmonies of #ABA1BC
Complementary color
Monochromatic Colors of #ABA1BC
Black with #ABA1BC
Text Example
Text Example
White with #ABA1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA1BC; }
p { color: rgb(171,161,188); }
H1.HeaderClassName
{
color: #ABA1BC;
}
.AnyTagClassName
{
color: #ABA1BC;
}
</style>
background-color css
<style>
a { background-color: #ABA1BC; }
a { background-color: rgb(171,161,188); }
div.DivClassName
{
background-color: #ABA1BC;
}
.BgClassName
{
background-color: #ABA1BC;
}
</style>
border-color css
<style>
span { border-color: #ABA1BC; }
span { border-color: rgb(171,161,188); }
td.TdClassName
{
border-color: #ABA1BC;
}
.TagClassName
{
border-color: #ABA1BC;
}
</style>