Shades of Botticelli #89B5BB
Tints of Botticelli #89B5BB
RGB
CMYK
RGB Variations
Color information
#89B5BB (or 0x89B5BB) is known color: Botticelli. HEX triplet: 89, B5 and BB. RGB value is (137,181,187). Sum of RGB (Red+Green+Blue) = 137+181+187=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #89B5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B5BB is #764A44. Grayscale: #A8A8A8. Windows color (decimal): -7752261 or 12301705. OLE color: 12301705.
HSL color Cylindrical-coordinate representation of color #89B5BB: hue angle of 187.2º 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 #89B5BB is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 181 | 187 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.27 |
| HSL | 187.2º | 0.27% | 0.64% | - |
| HSV(B) | 187.2º | 0.27% | 0.73% | - |
| XYZ | 35.81 | 41.95 | 53.22 | - |
| YUV | 168.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 181 | 187 | 0.27 | 0.03 | 0 | 0.27 | 187.2 | 0.27 | 0.64 |
| Hex | 89 | B5 | BB | 1B | 3 | 0 | 1B | BB | 1B | 40 |
| Octal | 211 | 265 | 273 | 33 | 3 | 0 | 33 | 273 | 33 | 100 |
| Binary | 10001001 | 10110101 | 10111011 | 11011 | 11 | 0 | 11011 | 10111011 | 11011 | 1000000 |
Color Harmonies of #89B5BB
Complementary color
Monochromatic Colors of #89B5BB
Black with #89B5BB
Text Example
Text Example
White with #89B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B5BB; }
p { color: rgb(137,181,187); }
H1.HeaderClassName
{
color: #89B5BB;
}
.AnyTagClassName
{
color: #89B5BB;
}
</style>
background-color css
<style>
a { background-color: #89B5BB; }
a { background-color: rgb(137,181,187); }
div.DivClassName
{
background-color: #89B5BB;
}
.BgClassName
{
background-color: #89B5BB;
}
</style>
border-color css
<style>
span { border-color: #89B5BB; }
span { border-color: rgb(137,181,187); }
td.TdClassName
{
border-color: #89B5BB;
}
.TagClassName
{
border-color: #89B5BB;
}
</style>