Shades of Botticelli #89B3BA
Tints of Botticelli #89B3BA
RGB
CMYK
RGB Variations
Color information
#89B3BA (or 0x89B3BA) is known color: Botticelli. HEX triplet: 89, B3 and BA. RGB value is (137,179,186). Sum of RGB (Red+Green+Blue) = 137+179+186=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #89B3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B3BA is #764C45. Grayscale: #A7A7A7. Windows color (decimal): -7752774 or 12235657. OLE color: 12235657.
HSL color Cylindrical-coordinate representation of color #89B3BA: hue angle of 188.57º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89B3BA is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 179 | 186 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.27 |
| HSL | 188.57º | 0.26% | 0.63% | - |
| HSV(B) | 188.57º | 0.26% | 0.73% | - |
| XYZ | 35.3 | 41.1 | 52.53 | - |
| YUV | 167.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 179 | 186 | 0.26 | 0.04 | 0 | 0.27 | 188.57 | 0.26 | 0.63 |
| Hex | 89 | B3 | BA | 1A | 4 | 0 | 1B | BD | 1A | 3F |
| Octal | 211 | 263 | 272 | 32 | 4 | 0 | 33 | 275 | 32 | 77 |
| Binary | 10001001 | 10110011 | 10111010 | 11010 | 100 | 0 | 11011 | 10111101 | 11010 | 111111 |
Color Harmonies of #89B3BA
Complementary color
Monochromatic Colors of #89B3BA
Black with #89B3BA
Text Example
Text Example
White with #89B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B3BA; }
p { color: rgb(137,179,186); }
H1.HeaderClassName
{
color: #89B3BA;
}
.AnyTagClassName
{
color: #89B3BA;
}
</style>
background-color css
<style>
a { background-color: #89B3BA; }
a { background-color: rgb(137,179,186); }
div.DivClassName
{
background-color: #89B3BA;
}
.BgClassName
{
background-color: #89B3BA;
}
</style>
border-color css
<style>
span { border-color: #89B3BA; }
span { border-color: rgb(137,179,186); }
td.TdClassName
{
border-color: #89B3BA;
}
.TagClassName
{
border-color: #89B3BA;
}
</style>