Shades of Biloba Flower #ABA1BD
Tints of Biloba Flower #ABA1BD
RGB
CMYK
RGB Variations
Color information
#ABA1BD (or 0xABA1BD) is known color: Biloba Flower. HEX triplet: AB, A1 and BD. RGB value is (171,161,189). Sum of RGB (Red+Green+Blue) = 171+161+189=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABA1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1BD is #545E42. Grayscale: #A7A7A7. Windows color (decimal): -5529155 or 12427691. OLE color: 12427691.
HSL color Cylindrical-coordinate representation of color #ABA1BD: hue angle of 261.43º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABA1BD is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 161 | 189 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.26 |
| HSL | 261.43º | 0.18% | 0.69% | - |
| HSV(B) | 261.43º | 0.15% | 0.74% | - |
| XYZ | 38.72 | 37.82 | 53.4 | - |
| YUV | 167.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 189 | 0.10 | 0.15 | 0 | 0.26 | 261.43 | 0.18 | 0.69 |
| Hex | AB | A1 | BD | A | F | 0 | 1A | 105 | 12 | 45 |
| Octal | 253 | 241 | 275 | 12 | 17 | 0 | 32 | 405 | 22 | 105 |
| Binary | 10101011 | 10100001 | 10111101 | 1010 | 1111 | 0 | 11010 | 100000101 | 10010 | 1000101 |
Color Harmonies of #ABA1BD
Complementary color
Monochromatic Colors of #ABA1BD
Black with #ABA1BD
Text Example
Text Example
White with #ABA1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA1BD; }
p { color: rgb(171,161,189); }
H1.HeaderClassName
{
color: #ABA1BD;
}
.AnyTagClassName
{
color: #ABA1BD;
}
</style>
background-color css
<style>
a { background-color: #ABA1BD; }
a { background-color: rgb(171,161,189); }
div.DivClassName
{
background-color: #ABA1BD;
}
.BgClassName
{
background-color: #ABA1BD;
}
</style>
border-color css
<style>
span { border-color: #ABA1BD; }
span { border-color: rgb(171,161,189); }
td.TdClassName
{
border-color: #ABA1BD;
}
.TagClassName
{
border-color: #ABA1BD;
}
</style>