Shades of Biloba Flower #ABA4BD
Tints of Biloba Flower #ABA4BD
RGB
CMYK
RGB Variations
Color information
#ABA4BD (or 0xABA4BD) is known color: Biloba Flower. HEX triplet: AB, A4 and BD. RGB value is (171,164,189). Sum of RGB (Red+Green+Blue) = 171+164+189=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABA4BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4BD is #545B42. Grayscale: #A8A8A8. Windows color (decimal): -5528387 or 12428459. OLE color: 12428459.
HSL color Cylindrical-coordinate representation of color #ABA4BD: hue angle of 256.8º 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 #ABA4BD is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 164 | 189 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.26 |
| HSL | 256.8º | 0.16% | 0.69% | - |
| HSV(B) | 256.8º | 0.13% | 0.74% | - |
| XYZ | 39.26 | 38.88 | 53.58 | - |
| YUV | 168.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 189 | 0.10 | 0.13 | 0 | 0.26 | 256.8 | 0.16 | 0.69 |
| Hex | AB | A4 | BD | A | D | 0 | 1A | 101 | 10 | 45 |
| Octal | 253 | 244 | 275 | 12 | 15 | 0 | 32 | 401 | 20 | 105 |
| Binary | 10101011 | 10100100 | 10111101 | 1010 | 1101 | 0 | 11010 | 100000001 | 10000 | 1000101 |
Color Harmonies of #ABA4BD
Complementary color
Monochromatic Colors of #ABA4BD
Black with #ABA4BD
Text Example
Text Example
White with #ABA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA4BD; }
p { color: rgb(171,164,189); }
H1.HeaderClassName
{
color: #ABA4BD;
}
.AnyTagClassName
{
color: #ABA4BD;
}
</style>
background-color css
<style>
a { background-color: #ABA4BD; }
a { background-color: rgb(171,164,189); }
div.DivClassName
{
background-color: #ABA4BD;
}
.BgClassName
{
background-color: #ABA4BD;
}
</style>
border-color css
<style>
span { border-color: #ABA4BD; }
span { border-color: rgb(171,164,189); }
td.TdClassName
{
border-color: #ABA4BD;
}
.TagClassName
{
border-color: #ABA4BD;
}
</style>