Shades of Botticelli #89B5BC
Tints of Botticelli #89B5BC
RGB
CMYK
RGB Variations
Color information
#89B5BC (or 0x89B5BC) is known color: Botticelli. HEX triplet: 89, B5 and BC. RGB value is (137,181,188). Sum of RGB (Red+Green+Blue) = 137+181+188=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #89B5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B5BC is #764A43. Grayscale: #A8A8A8. Windows color (decimal): -7752260 or 12367241. OLE color: 12367241.
HSL color Cylindrical-coordinate representation of color #89B5BC: hue angle of 188.24º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89B5BC is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 181 | 188 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.26 |
| HSL | 188.24º | 0.28% | 0.64% | - |
| HSV(B) | 188.24º | 0.27% | 0.74% | - |
| XYZ | 35.92 | 42 | 53.79 | - |
| YUV | 168.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 181 | 188 | 0.27 | 0.04 | 0 | 0.26 | 188.24 | 0.28 | 0.64 |
| Hex | 89 | B5 | BC | 1B | 4 | 0 | 1A | BC | 1C | 40 |
| Octal | 211 | 265 | 274 | 33 | 4 | 0 | 32 | 274 | 34 | 100 |
| Binary | 10001001 | 10110101 | 10111100 | 11011 | 100 | 0 | 11010 | 10111100 | 11100 | 1000000 |
Color Harmonies of #89B5BC
Complementary color
Monochromatic Colors of #89B5BC
Black with #89B5BC
Text Example
Text Example
White with #89B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B5BC; }
p { color: rgb(137,181,188); }
H1.HeaderClassName
{
color: #89B5BC;
}
.AnyTagClassName
{
color: #89B5BC;
}
</style>
background-color css
<style>
a { background-color: #89B5BC; }
a { background-color: rgb(137,181,188); }
div.DivClassName
{
background-color: #89B5BC;
}
.BgClassName
{
background-color: #89B5BC;
}
</style>
border-color css
<style>
span { border-color: #89B5BC; }
span { border-color: rgb(137,181,188); }
td.TdClassName
{
border-color: #89B5BC;
}
.TagClassName
{
border-color: #89B5BC;
}
</style>