Shades of Botticelli #89ABB2
Tints of Botticelli #89ABB2
RGB
CMYK
RGB Variations
Color information
#89ABB2 (or 0x89ABB2) is known color: Botticelli. HEX triplet: 89, AB and B2. RGB value is (137,171,178). Sum of RGB (Red+Green+Blue) = 137+171+178=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 178 - color contains mainly: blue. Hex color #89ABB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ABB2 is #76544D. Grayscale: #A1A1A1. Windows color (decimal): -7754830 or 11709321. OLE color: 11709321.
HSL color Cylindrical-coordinate representation of color #89ABB2: hue angle of 190.24º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89ABB2 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 171 | 178 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.30 |
| HSL | 190.24º | 0.21% | 0.62% | - |
| HSV(B) | 190.24º | 0.23% | 0.7% | - |
| XYZ | 32.92 | 37.66 | 47.65 | - |
| YUV | 161.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 178 | 0.23 | 0.04 | 0 | 0.30 | 190.24 | 0.21 | 0.62 |
| Hex | 89 | AB | B2 | 17 | 4 | 0 | 1E | BE | 15 | 3E |
| Octal | 211 | 253 | 262 | 27 | 4 | 0 | 36 | 276 | 25 | 76 |
| Binary | 10001001 | 10101011 | 10110010 | 10111 | 100 | 0 | 11110 | 10111110 | 10101 | 111110 |
Color Harmonies of #89ABB2
Complementary color
Monochromatic Colors of #89ABB2
Black with #89ABB2
Text Example
Text Example
White with #89ABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ABB2; }
p { color: rgb(137,171,178); }
H1.HeaderClassName
{
color: #89ABB2;
}
.AnyTagClassName
{
color: #89ABB2;
}
</style>
background-color css
<style>
a { background-color: #89ABB2; }
a { background-color: rgb(137,171,178); }
div.DivClassName
{
background-color: #89ABB2;
}
.BgClassName
{
background-color: #89ABB2;
}
</style>
border-color css
<style>
span { border-color: #89ABB2; }
span { border-color: rgb(137,171,178); }
td.TdClassName
{
border-color: #89ABB2;
}
.TagClassName
{
border-color: #89ABB2;
}
</style>