Shades of Botticelli #89B3BD
Tints of Botticelli #89B3BD
RGB
CMYK
RGB Variations
Color information
#89B3BD (or 0x89B3BD) is known color: Botticelli. HEX triplet: 89, B3 and BD. RGB value is (137,179,189). Sum of RGB (Red+Green+Blue) = 137+179+189=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #89B3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B3BD is #764C42. Grayscale: #A7A7A7. Windows color (decimal): -7752771 or 12432265. OLE color: 12432265.
HSL color Cylindrical-coordinate representation of color #89B3BD: hue angle of 191.54º 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 #89B3BD is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 179 | 189 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.26 |
| HSL | 191.54º | 0.28% | 0.64% | - |
| HSV(B) | 191.54º | 0.28% | 0.74% | - |
| XYZ | 35.62 | 41.23 | 54.23 | - |
| YUV | 167.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 179 | 189 | 0.28 | 0.05 | 0 | 0.26 | 191.54 | 0.28 | 0.64 |
| Hex | 89 | B3 | BD | 1C | 5 | 0 | 1A | C0 | 1C | 40 |
| Octal | 211 | 263 | 275 | 34 | 5 | 0 | 32 | 300 | 34 | 100 |
| Binary | 10001001 | 10110011 | 10111101 | 11100 | 101 | 0 | 11010 | 11000000 | 11100 | 1000000 |
Color Harmonies of #89B3BD
Complementary color
Monochromatic Colors of #89B3BD
Black with #89B3BD
Text Example
Text Example
White with #89B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B3BD; }
p { color: rgb(137,179,189); }
H1.HeaderClassName
{
color: #89B3BD;
}
.AnyTagClassName
{
color: #89B3BD;
}
</style>
background-color css
<style>
a { background-color: #89B3BD; }
a { background-color: rgb(137,179,189); }
div.DivClassName
{
background-color: #89B3BD;
}
.BgClassName
{
background-color: #89B3BD;
}
</style>
border-color css
<style>
span { border-color: #89B3BD; }
span { border-color: rgb(137,179,189); }
td.TdClassName
{
border-color: #89B3BD;
}
.TagClassName
{
border-color: #89B3BD;
}
</style>