Shades of Botticelli #89B4BB
Tints of Botticelli #89B4BB
RGB
CMYK
RGB Variations
Color information
#89B4BB (or 0x89B4BB) is known color: Botticelli. HEX triplet: 89, B4 and BB. RGB value is (137,180,187). Sum of RGB (Red+Green+Blue) = 137+180+187=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #89B4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B4BB is #764B44. Grayscale: #A7A7A7. Windows color (decimal): -7752517 or 12301449. OLE color: 12301449.
HSL color Cylindrical-coordinate representation of color #89B4BB: hue angle of 188.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89B4BB is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 180 | 187 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.27 |
| HSL | 188.4º | 0.27% | 0.64% | - |
| HSV(B) | 188.4º | 0.27% | 0.73% | - |
| XYZ | 35.61 | 41.55 | 53.16 | - |
| YUV | 167.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 180 | 187 | 0.27 | 0.04 | 0 | 0.27 | 188.4 | 0.27 | 0.64 |
| Hex | 89 | B4 | BB | 1B | 4 | 0 | 1B | BC | 1B | 40 |
| Octal | 211 | 264 | 273 | 33 | 4 | 0 | 33 | 274 | 33 | 100 |
| Binary | 10001001 | 10110100 | 10111011 | 11011 | 100 | 0 | 11011 | 10111100 | 11011 | 1000000 |
Color Harmonies of #89B4BB
Complementary color
Monochromatic Colors of #89B4BB
Black with #89B4BB
Text Example
Text Example
White with #89B4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B4BB; }
p { color: rgb(137,180,187); }
H1.HeaderClassName
{
color: #89B4BB;
}
.AnyTagClassName
{
color: #89B4BB;
}
</style>
background-color css
<style>
a { background-color: #89B4BB; }
a { background-color: rgb(137,180,187); }
div.DivClassName
{
background-color: #89B4BB;
}
.BgClassName
{
background-color: #89B4BB;
}
</style>
border-color css
<style>
span { border-color: #89B4BB; }
span { border-color: rgb(137,180,187); }
td.TdClassName
{
border-color: #89B4BB;
}
.TagClassName
{
border-color: #89B4BB;
}
</style>