Shades of Casper #97BCC6
Tints of Casper #97BCC6
RGB
CMYK
RGB Variations
Color information
#97BCC6 (or 0x97BCC6) is known color: Casper. HEX triplet: 97, BC and C6. RGB value is (151,188,198). Sum of RGB (Red+Green+Blue) = 151+188+198=537 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.12% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 198 - color contains mainly: blue. Hex color #97BCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BCC6 is #684339. Grayscale: #B1B1B1. Windows color (decimal): -6832954 or 13024407. OLE color: 13024407.
HSL color Cylindrical-coordinate representation of color #97BCC6: hue angle of 192.77º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #97BCC6 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 188 | 198 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.22 |
| HSL | 192.77º | 0.29% | 0.68% | - |
| HSV(B) | 192.77º | 0.24% | 0.78% | - |
| XYZ | 40.94 | 46.62 | 60.27 | - |
| YUV | 178.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 188 | 198 | 0.24 | 0.05 | 0 | 0.22 | 192.77 | 0.29 | 0.68 |
| Hex | 97 | BC | C6 | 18 | 5 | 0 | 16 | C1 | 1D | 44 |
| Octal | 227 | 274 | 306 | 30 | 5 | 0 | 26 | 301 | 35 | 104 |
| Binary | 10010111 | 10111100 | 11000110 | 11000 | 101 | 0 | 10110 | 11000001 | 11101 | 1000100 |
Color Harmonies of #97BCC6
Complementary color
Monochromatic Colors of #97BCC6
Black with #97BCC6
Text Example
Text Example
White with #97BCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BCC6; }
p { color: rgb(151,188,198); }
H1.HeaderClassName
{
color: #97BCC6;
}
.AnyTagClassName
{
color: #97BCC6;
}
</style>
background-color css
<style>
a { background-color: #97BCC6; }
a { background-color: rgb(151,188,198); }
div.DivClassName
{
background-color: #97BCC6;
}
.BgClassName
{
background-color: #97BCC6;
}
</style>
border-color css
<style>
span { border-color: #97BCC6; }
span { border-color: rgb(151,188,198); }
td.TdClassName
{
border-color: #97BCC6;
}
.TagClassName
{
border-color: #97BCC6;
}
</style>