Shades of Botticelli #89B7BC
Tints of Botticelli #89B7BC
RGB
CMYK
RGB Variations
Color information
#89B7BC (or 0x89B7BC) is known color: Botticelli. HEX triplet: 89, B7 and BC. RGB value is (137,183,188). Sum of RGB (Red+Green+Blue) = 137+183+188=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #89B7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B7BC is #764843. Grayscale: #A9A9A9. Windows color (decimal): -7751748 or 12367753. OLE color: 12367753.
HSL color Cylindrical-coordinate representation of color #89B7BC: hue angle of 185.88º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89B7BC is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 183 | 188 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.26 |
| HSL | 185.88º | 0.28% | 0.64% | - |
| HSV(B) | 185.88º | 0.27% | 0.74% | - |
| XYZ | 36.33 | 42.82 | 53.93 | - |
| YUV | 169.82 | 138.26 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 183 | 188 | 0.27 | 0.03 | 0 | 0.26 | 185.88 | 0.28 | 0.64 |
| Hex | 89 | B7 | BC | 1B | 3 | 0 | 1A | BA | 1C | 40 |
| Octal | 211 | 267 | 274 | 33 | 3 | 0 | 32 | 272 | 34 | 100 |
| Binary | 10001001 | 10110111 | 10111100 | 11011 | 11 | 0 | 11010 | 10111010 | 11100 | 1000000 |
Color Harmonies of #89B7BC
Complementary color
Monochromatic Colors of #89B7BC
Black with #89B7BC
Text Example
Text Example
White with #89B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B7BC; }
p { color: rgb(137,183,188); }
H1.HeaderClassName
{
color: #89B7BC;
}
.AnyTagClassName
{
color: #89B7BC;
}
</style>
background-color css
<style>
a { background-color: #89B7BC; }
a { background-color: rgb(137,183,188); }
div.DivClassName
{
background-color: #89B7BC;
}
.BgClassName
{
background-color: #89B7BC;
}
</style>
border-color css
<style>
span { border-color: #89B7BC; }
span { border-color: rgb(137,183,188); }
td.TdClassName
{
border-color: #89B7BC;
}
.TagClassName
{
border-color: #89B7BC;
}
</style>