Shades of Botticelli #89AAB1
Tints of Botticelli #89AAB1
RGB
CMYK
RGB Variations
Color information
#89AAB1 (or 0x89AAB1) is known color: Botticelli. HEX triplet: 89, AA and B1. RGB value is (137,170,177). Sum of RGB (Red+Green+Blue) = 137+170+177=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 177 - color contains mainly: blue. Hex color #89AAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AAB1 is #76554E. Grayscale: #A0A0A0. Windows color (decimal): -7755087 or 11643529. OLE color: 11643529.
HSL color Cylindrical-coordinate representation of color #89AAB1: hue angle of 190.5º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89AAB1 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 170 | 177 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.31 |
| HSL | 190.5º | 0.2% | 0.62% | - |
| HSV(B) | 190.5º | 0.23% | 0.69% | - |
| XYZ | 32.63 | 37.24 | 47.06 | - |
| YUV | 160.93 | 137.07 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 177 | 0.23 | 0.04 | 0 | 0.31 | 190.5 | 0.2 | 0.62 |
| Hex | 89 | AA | B1 | 17 | 4 | 0 | 1F | BE | 14 | 3E |
| Octal | 211 | 252 | 261 | 27 | 4 | 0 | 37 | 276 | 24 | 76 |
| Binary | 10001001 | 10101010 | 10110001 | 10111 | 100 | 0 | 11111 | 10111110 | 10100 | 111110 |
Color Harmonies of #89AAB1
Complementary color
Monochromatic Colors of #89AAB1
Black with #89AAB1
Text Example
Text Example
White with #89AAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AAB1; }
p { color: rgb(137,170,177); }
H1.HeaderClassName
{
color: #89AAB1;
}
.AnyTagClassName
{
color: #89AAB1;
}
</style>
background-color css
<style>
a { background-color: #89AAB1; }
a { background-color: rgb(137,170,177); }
div.DivClassName
{
background-color: #89AAB1;
}
.BgClassName
{
background-color: #89AAB1;
}
</style>
border-color css
<style>
span { border-color: #89AAB1; }
span { border-color: rgb(137,170,177); }
td.TdClassName
{
border-color: #89AAB1;
}
.TagClassName
{
border-color: #89AAB1;
}
</style>