Shades of Botticelli #89ADB2
Tints of Botticelli #89ADB2
RGB
CMYK
RGB Variations
Color information
#89ADB2 (or 0x89ADB2) is known color: Botticelli. HEX triplet: 89, AD and B2. RGB value is (137,173,178). Sum of RGB (Red+Green+Blue) = 137+173+178=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 178 - color contains mainly: blue. Hex color #89ADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ADB2 is #76524D. Grayscale: #A2A2A2. Windows color (decimal): -7754318 or 11709833. OLE color: 11709833.
HSL color Cylindrical-coordinate representation of color #89ADB2: hue angle of 187.32º 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 #89ADB2 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 173 | 178 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.30 |
| HSL | 187.32º | 0.21% | 0.62% | - |
| HSV(B) | 187.32º | 0.23% | 0.7% | - |
| XYZ | 33.3 | 38.42 | 47.78 | - |
| YUV | 162.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 178 | 0.23 | 0.03 | 0 | 0.30 | 187.32 | 0.21 | 0.62 |
| Hex | 89 | AD | B2 | 17 | 3 | 0 | 1E | BB | 15 | 3E |
| Octal | 211 | 255 | 262 | 27 | 3 | 0 | 36 | 273 | 25 | 76 |
| Binary | 10001001 | 10101101 | 10110010 | 10111 | 11 | 0 | 11110 | 10111011 | 10101 | 111110 |
Color Harmonies of #89ADB2
Complementary color
Monochromatic Colors of #89ADB2
Black with #89ADB2
Text Example
Text Example
White with #89ADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADB2; }
p { color: rgb(137,173,178); }
H1.HeaderClassName
{
color: #89ADB2;
}
.AnyTagClassName
{
color: #89ADB2;
}
</style>
background-color css
<style>
a { background-color: #89ADB2; }
a { background-color: rgb(137,173,178); }
div.DivClassName
{
background-color: #89ADB2;
}
.BgClassName
{
background-color: #89ADB2;
}
</style>
border-color css
<style>
span { border-color: #89ADB2; }
span { border-color: rgb(137,173,178); }
td.TdClassName
{
border-color: #89ADB2;
}
.TagClassName
{
border-color: #89ADB2;
}
</style>