Shades of Botticelli #89ACB5
Tints of Botticelli #89ACB5
RGB
CMYK
RGB Variations
Color information
#89ACB5 (or 0x89ACB5) is known color: Botticelli. HEX triplet: 89, AC and B5. RGB value is (137,172,181). Sum of RGB (Red+Green+Blue) = 137+172+181=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 181 - color contains mainly: blue. Hex color #89ACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACB5 is #76534A. Grayscale: #A2A2A2. Windows color (decimal): -7754571 or 11906185. OLE color: 11906185.
HSL color Cylindrical-coordinate representation of color #89ACB5: hue angle of 192.27º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89ACB5 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 172 | 181 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.29 |
| HSL | 192.27º | 0.23% | 0.62% | - |
| HSV(B) | 192.27º | 0.24% | 0.71% | - |
| XYZ | 33.41 | 38.16 | 49.32 | - |
| YUV | 162.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 172 | 181 | 0.24 | 0.05 | 0 | 0.29 | 192.27 | 0.23 | 0.62 |
| Hex | 89 | AC | B5 | 18 | 5 | 0 | 1D | C0 | 17 | 3E |
| Octal | 211 | 254 | 265 | 30 | 5 | 0 | 35 | 300 | 27 | 76 |
| Binary | 10001001 | 10101100 | 10110101 | 11000 | 101 | 0 | 11101 | 11000000 | 10111 | 111110 |
Color Harmonies of #89ACB5
Complementary color
Monochromatic Colors of #89ACB5
Black with #89ACB5
Text Example
Text Example
White with #89ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ACB5; }
p { color: rgb(137,172,181); }
H1.HeaderClassName
{
color: #89ACB5;
}
.AnyTagClassName
{
color: #89ACB5;
}
</style>
background-color css
<style>
a { background-color: #89ACB5; }
a { background-color: rgb(137,172,181); }
div.DivClassName
{
background-color: #89ACB5;
}
.BgClassName
{
background-color: #89ACB5;
}
</style>
border-color css
<style>
span { border-color: #89ACB5; }
span { border-color: rgb(137,172,181); }
td.TdClassName
{
border-color: #89ACB5;
}
.TagClassName
{
border-color: #89ACB5;
}
</style>