Shades of Botticelli #89B5BD
Tints of Botticelli #89B5BD
RGB
CMYK
RGB Variations
Color information
#89B5BD (or 0x89B5BD) is known color: Botticelli. HEX triplet: 89, B5 and BD. RGB value is (137,181,189). Sum of RGB (Red+Green+Blue) = 137+181+189=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #89B5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B5BD is #764A42. Grayscale: #A8A8A8. Windows color (decimal): -7752259 or 12432777. OLE color: 12432777.
HSL color Cylindrical-coordinate representation of color #89B5BD: hue angle of 189.23º 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 #89B5BD is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 181 | 189 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.26 |
| HSL | 189.23º | 0.28% | 0.64% | - |
| HSV(B) | 189.23º | 0.28% | 0.74% | - |
| XYZ | 36.03 | 42.04 | 54.36 | - |
| YUV | 168.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 181 | 189 | 0.28 | 0.04 | 0 | 0.26 | 189.23 | 0.28 | 0.64 |
| Hex | 89 | B5 | BD | 1C | 4 | 0 | 1A | BD | 1C | 40 |
| Octal | 211 | 265 | 275 | 34 | 4 | 0 | 32 | 275 | 34 | 100 |
| Binary | 10001001 | 10110101 | 10111101 | 11100 | 100 | 0 | 11010 | 10111101 | 11100 | 1000000 |
Color Harmonies of #89B5BD
Complementary color
Monochromatic Colors of #89B5BD
Black with #89B5BD
Text Example
Text Example
White with #89B5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B5BD; }
p { color: rgb(137,181,189); }
H1.HeaderClassName
{
color: #89B5BD;
}
.AnyTagClassName
{
color: #89B5BD;
}
</style>
background-color css
<style>
a { background-color: #89B5BD; }
a { background-color: rgb(137,181,189); }
div.DivClassName
{
background-color: #89B5BD;
}
.BgClassName
{
background-color: #89B5BD;
}
</style>
border-color css
<style>
span { border-color: #89B5BD; }
span { border-color: rgb(137,181,189); }
td.TdClassName
{
border-color: #89B5BD;
}
.TagClassName
{
border-color: #89B5BD;
}
</style>