Shades of Botticelli #89AEBD
Tints of Botticelli #89AEBD
RGB
CMYK
RGB Variations
Color information
#89AEBD (or 0x89AEBD) is known color: Botticelli. HEX triplet: 89, AE and BD. RGB value is (137,174,189). Sum of RGB (Red+Green+Blue) = 137+174+189=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #89AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AEBD is #765142. Grayscale: #A4A4A4. Windows color (decimal): -7754051 or 12430985. OLE color: 12430985.
HSL color Cylindrical-coordinate representation of color #89AEBD: hue angle of 197.31º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89AEBD is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 174 | 189 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.26 |
| HSL | 197.31º | 0.28% | 0.64% | - |
| HSV(B) | 197.31º | 0.28% | 0.74% | - |
| XYZ | 34.64 | 39.26 | 53.9 | - |
| YUV | 164.65 | 141.74 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 174 | 189 | 0.28 | 0.08 | 0 | 0.26 | 197.31 | 0.28 | 0.64 |
| Hex | 89 | AE | BD | 1C | 8 | 0 | 1A | C5 | 1C | 40 |
| Octal | 211 | 256 | 275 | 34 | 10 | 0 | 32 | 305 | 34 | 100 |
| Binary | 10001001 | 10101110 | 10111101 | 11100 | 1000 | 0 | 11010 | 11000101 | 11100 | 1000000 |
Color Harmonies of #89AEBD
Complementary color
Monochromatic Colors of #89AEBD
Black with #89AEBD
Text Example
Text Example
White with #89AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AEBD; }
p { color: rgb(137,174,189); }
H1.HeaderClassName
{
color: #89AEBD;
}
.AnyTagClassName
{
color: #89AEBD;
}
</style>
background-color css
<style>
a { background-color: #89AEBD; }
a { background-color: rgb(137,174,189); }
div.DivClassName
{
background-color: #89AEBD;
}
.BgClassName
{
background-color: #89AEBD;
}
</style>
border-color css
<style>
span { border-color: #89AEBD; }
span { border-color: rgb(137,174,189); }
td.TdClassName
{
border-color: #89AEBD;
}
.TagClassName
{
border-color: #89AEBD;
}
</style>