Shades of Botticelli #97BBC5
Tints of Botticelli #97BBC5
RGB
CMYK
RGB Variations
Color information
#97BBC5 (or 0x97BBC5) is known color: Botticelli. HEX triplet: 97, BB and C5. RGB value is (151,187,197). Sum of RGB (Red+Green+Blue) = 151+187+197=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 197 - color contains mainly: blue. Hex color #97BBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BBC5 is #68443A. Grayscale: #B1B1B1. Windows color (decimal): -6833211 or 12958615. OLE color: 12958615.
HSL color Cylindrical-coordinate representation of color #97BBC5: hue angle of 193.04º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97BBC5 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 187 | 197 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.23 |
| HSL | 193.04º | 0.28% | 0.68% | - |
| HSV(B) | 193.04º | 0.23% | 0.77% | - |
| XYZ | 40.61 | 46.15 | 59.59 | - |
| YUV | 177.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 187 | 197 | 0.23 | 0.05 | 0 | 0.23 | 193.04 | 0.28 | 0.68 |
| Hex | 97 | BB | C5 | 17 | 5 | 0 | 17 | C1 | 1C | 44 |
| Octal | 227 | 273 | 305 | 27 | 5 | 0 | 27 | 301 | 34 | 104 |
| Binary | 10010111 | 10111011 | 11000101 | 10111 | 101 | 0 | 10111 | 11000001 | 11100 | 1000100 |
Color Harmonies of #97BBC5
Complementary color
Monochromatic Colors of #97BBC5
Black with #97BBC5
Text Example
Text Example
White with #97BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BBC5; }
p { color: rgb(151,187,197); }
H1.HeaderClassName
{
color: #97BBC5;
}
.AnyTagClassName
{
color: #97BBC5;
}
</style>
background-color css
<style>
a { background-color: #97BBC5; }
a { background-color: rgb(151,187,197); }
div.DivClassName
{
background-color: #97BBC5;
}
.BgClassName
{
background-color: #97BBC5;
}
</style>
border-color css
<style>
span { border-color: #97BBC5; }
span { border-color: rgb(151,187,197); }
td.TdClassName
{
border-color: #97BBC5;
}
.TagClassName
{
border-color: #97BBC5;
}
</style>