Shades of Botticelli #89ADB4
Tints of Botticelli #89ADB4
RGB
CMYK
RGB Variations
Color information
#89ADB4 (or 0x89ADB4) is known color: Botticelli. HEX triplet: 89, AD and B4. RGB value is (137,173,180). Sum of RGB (Red+Green+Blue) = 137+173+180=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 180 - color contains mainly: blue. Hex color #89ADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADB4 is #76524B. Grayscale: #A2A2A2. Windows color (decimal): -7754316 or 11840905. OLE color: 11840905.
HSL color Cylindrical-coordinate representation of color #89ADB4: hue angle of 189.77º degrees, saturation: 0.22, 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 #89ADB4 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 173 | 180 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.29 |
| HSL | 189.77º | 0.22% | 0.62% | - |
| HSV(B) | 189.77º | 0.24% | 0.71% | - |
| XYZ | 33.5 | 38.5 | 48.85 | - |
| YUV | 163.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 180 | 0.24 | 0.04 | 0 | 0.29 | 189.77 | 0.22 | 0.62 |
| Hex | 89 | AD | B4 | 18 | 4 | 0 | 1D | BE | 16 | 3E |
| Octal | 211 | 255 | 264 | 30 | 4 | 0 | 35 | 276 | 26 | 76 |
| Binary | 10001001 | 10101101 | 10110100 | 11000 | 100 | 0 | 11101 | 10111110 | 10110 | 111110 |
Color Harmonies of #89ADB4
Complementary color
Monochromatic Colors of #89ADB4
Black with #89ADB4
Text Example
Text Example
White with #89ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADB4; }
p { color: rgb(137,173,180); }
H1.HeaderClassName
{
color: #89ADB4;
}
.AnyTagClassName
{
color: #89ADB4;
}
</style>
background-color css
<style>
a { background-color: #89ADB4; }
a { background-color: rgb(137,173,180); }
div.DivClassName
{
background-color: #89ADB4;
}
.BgClassName
{
background-color: #89ADB4;
}
</style>
border-color css
<style>
span { border-color: #89ADB4; }
span { border-color: rgb(137,173,180); }
td.TdClassName
{
border-color: #89ADB4;
}
.TagClassName
{
border-color: #89ADB4;
}
</style>