Shades of Biloba Flower #ABA3BC
Tints of Biloba Flower #ABA3BC
RGB
CMYK
RGB Variations
Color information
#ABA3BC (or 0xABA3BC) is known color: Biloba Flower. HEX triplet: AB, A3 and BC. RGB value is (171,163,188). Sum of RGB (Red+Green+Blue) = 171+163+188=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABA3BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3BC is #545C43. Grayscale: #A8A8A8. Windows color (decimal): -5528644 or 12362667. OLE color: 12362667.
HSL color Cylindrical-coordinate representation of color #ABA3BC: hue angle of 259.2º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABA3BC is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 163 | 188 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.26 |
| HSL | 259.2º | 0.16% | 0.69% | - |
| HSV(B) | 259.2º | 0.13% | 0.74% | - |
| XYZ | 38.97 | 38.48 | 52.95 | - |
| YUV | 168.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 188 | 0.09 | 0.13 | 0 | 0.26 | 259.2 | 0.16 | 0.69 |
| Hex | AB | A3 | BC | 9 | D | 0 | 1A | 103 | 10 | 45 |
| Octal | 253 | 243 | 274 | 11 | 15 | 0 | 32 | 403 | 20 | 105 |
| Binary | 10101011 | 10100011 | 10111100 | 1001 | 1101 | 0 | 11010 | 100000011 | 10000 | 1000101 |
Color Harmonies of #ABA3BC
Complementary color
Monochromatic Colors of #ABA3BC
Black with #ABA3BC
Text Example
Text Example
White with #ABA3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA3BC; }
p { color: rgb(171,163,188); }
H1.HeaderClassName
{
color: #ABA3BC;
}
.AnyTagClassName
{
color: #ABA3BC;
}
</style>
background-color css
<style>
a { background-color: #ABA3BC; }
a { background-color: rgb(171,163,188); }
div.DivClassName
{
background-color: #ABA3BC;
}
.BgClassName
{
background-color: #ABA3BC;
}
</style>
border-color css
<style>
span { border-color: #ABA3BC; }
span { border-color: rgb(171,163,188); }
td.TdClassName
{
border-color: #ABA3BC;
}
.TagClassName
{
border-color: #ABA3BC;
}
</style>