Shades of Botticelli #97B8BA
Tints of Botticelli #97B8BA
RGB
CMYK
RGB Variations
Color information
#97B8BA (or 0x97B8BA) is known color: Botticelli. HEX triplet: 97, B8 and BA. RGB value is (151,184,186). Sum of RGB (Red+Green+Blue) = 151+184+186=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #97B8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B8BA is #684745. Grayscale: #AEAEAE. Windows color (decimal): -6833990 or 12236951. OLE color: 12236951.
HSL color Cylindrical-coordinate representation of color #97B8BA: hue angle of 183.43º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97B8BA is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 184 | 186 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.27 |
| HSL | 183.43º | 0.2% | 0.66% | - |
| HSV(B) | 183.43º | 0.19% | 0.73% | - |
| XYZ | 38.77 | 44.41 | 52.98 | - |
| YUV | 174.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 184 | 186 | 0.19 | 0.01 | 0 | 0.27 | 183.43 | 0.2 | 0.66 |
| Hex | 97 | B8 | BA | 13 | 1 | 0 | 1B | B7 | 14 | 42 |
| Octal | 227 | 270 | 272 | 23 | 1 | 0 | 33 | 267 | 24 | 102 |
| Binary | 10010111 | 10111000 | 10111010 | 10011 | 1 | 0 | 11011 | 10110111 | 10100 | 1000010 |
Color Harmonies of #97B8BA
Complementary color
Monochromatic Colors of #97B8BA
Black with #97B8BA
Text Example
Text Example
White with #97B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B8BA; }
p { color: rgb(151,184,186); }
H1.HeaderClassName
{
color: #97B8BA;
}
.AnyTagClassName
{
color: #97B8BA;
}
</style>
background-color css
<style>
a { background-color: #97B8BA; }
a { background-color: rgb(151,184,186); }
div.DivClassName
{
background-color: #97B8BA;
}
.BgClassName
{
background-color: #97B8BA;
}
</style>
border-color css
<style>
span { border-color: #97B8BA; }
span { border-color: rgb(151,184,186); }
td.TdClassName
{
border-color: #97B8BA;
}
.TagClassName
{
border-color: #97B8BA;
}
</style>