Shades of Botticelli #97BCC2
Tints of Botticelli #97BCC2
RGB
CMYK
RGB Variations
Color information
#97BCC2 (or 0x97BCC2) is known color: Botticelli. HEX triplet: 97, BC and C2. RGB value is (151,188,194). Sum of RGB (Red+Green+Blue) = 151+188+194=533 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.33% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 194 - color contains mainly: blue. Hex color #97BCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BCC2 is #68433D. Grayscale: #B1B1B1. Windows color (decimal): -6832958 or 12762263. OLE color: 12762263.
HSL color Cylindrical-coordinate representation of color #97BCC2: hue angle of 188.37º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97BCC2 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 188 | 194 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.24 |
| HSL | 188.37º | 0.26% | 0.68% | - |
| HSV(B) | 188.37º | 0.22% | 0.76% | - |
| XYZ | 40.48 | 46.44 | 57.87 | - |
| YUV | 177.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 188 | 194 | 0.22 | 0.03 | 0 | 0.24 | 188.37 | 0.26 | 0.68 |
| Hex | 97 | BC | C2 | 16 | 3 | 0 | 18 | BC | 1A | 44 |
| Octal | 227 | 274 | 302 | 26 | 3 | 0 | 30 | 274 | 32 | 104 |
| Binary | 10010111 | 10111100 | 11000010 | 10110 | 11 | 0 | 11000 | 10111100 | 11010 | 1000100 |
Color Harmonies of #97BCC2
Complementary color
Monochromatic Colors of #97BCC2
Black with #97BCC2
Text Example
Text Example
White with #97BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BCC2; }
p { color: rgb(151,188,194); }
H1.HeaderClassName
{
color: #97BCC2;
}
.AnyTagClassName
{
color: #97BCC2;
}
</style>
background-color css
<style>
a { background-color: #97BCC2; }
a { background-color: rgb(151,188,194); }
div.DivClassName
{
background-color: #97BCC2;
}
.BgClassName
{
background-color: #97BCC2;
}
</style>
border-color css
<style>
span { border-color: #97BCC2; }
span { border-color: rgb(151,188,194); }
td.TdClassName
{
border-color: #97BCC2;
}
.TagClassName
{
border-color: #97BCC2;
}
</style>