Shades of Botticelli #97B4B8
Tints of Botticelli #97B4B8
RGB
CMYK
RGB Variations
Color information
#97B4B8 (or 0x97B4B8) is known color: Botticelli. HEX triplet: 97, B4 and B8. RGB value is (151,180,184). Sum of RGB (Red+Green+Blue) = 151+180+184=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 184 - color contains mainly: blue. Hex color #97B4B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B4B8 is #684B47. Grayscale: #ABABAB. Windows color (decimal): -6835016 or 12104855. OLE color: 12104855.
HSL color Cylindrical-coordinate representation of color #97B4B8: hue angle of 187.27º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #97B4B8 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 151 | 180 | 184 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.28 |
| HSL | 187.27º | 0.19% | 0.66% | - |
| HSV(B) | 187.27º | 0.18% | 0.72% | - |
| XYZ | 37.74 | 42.68 | 51.6 | - |
| YUV | 171.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 180 | 184 | 0.18 | 0.02 | 0 | 0.28 | 187.27 | 0.19 | 0.66 |
| Hex | 97 | B4 | B8 | 12 | 2 | 0 | 1C | BB | 13 | 42 |
| Octal | 227 | 264 | 270 | 22 | 2 | 0 | 34 | 273 | 23 | 102 |
| Binary | 10010111 | 10110100 | 10111000 | 10010 | 10 | 0 | 11100 | 10111011 | 10011 | 1000010 |
Color Harmonies of #97B4B8
Complementary color
Monochromatic Colors of #97B4B8
Black with #97B4B8
Text Example
Text Example
White with #97B4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B4B8; }
p { color: rgb(151,180,184); }
H1.HeaderClassName
{
color: #97B4B8;
}
.AnyTagClassName
{
color: #97B4B8;
}
</style>
background-color css
<style>
a { background-color: #97B4B8; }
a { background-color: rgb(151,180,184); }
div.DivClassName
{
background-color: #97B4B8;
}
.BgClassName
{
background-color: #97B4B8;
}
</style>
border-color css
<style>
span { border-color: #97B4B8; }
span { border-color: rgb(151,180,184); }
td.TdClassName
{
border-color: #97B4B8;
}
.TagClassName
{
border-color: #97B4B8;
}
</style>