Shades of Casper #97BDC5
Tints of Casper #97BDC5
RGB
CMYK
RGB Variations
Color information
#97BDC5 (or 0x97BDC5) is known color: Casper. HEX triplet: 97, BD and C5. RGB value is (151,189,197). Sum of RGB (Red+Green+Blue) = 151+189+197=537 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.12% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 197 - color contains mainly: blue. Hex color #97BDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BDC5 is #68423A. Grayscale: #B2B2B2. Windows color (decimal): -6832699 or 12959127. OLE color: 12959127.
HSL color Cylindrical-coordinate representation of color #97BDC5: hue angle of 190.43º 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 #97BDC5 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 189 | 197 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.23 |
| HSL | 190.43º | 0.28% | 0.68% | - |
| HSV(B) | 190.43º | 0.23% | 0.77% | - |
| XYZ | 41.04 | 47.01 | 59.73 | - |
| YUV | 178.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 189 | 197 | 0.23 | 0.04 | 0 | 0.23 | 190.43 | 0.28 | 0.68 |
| Hex | 97 | BD | C5 | 17 | 4 | 0 | 17 | BE | 1C | 44 |
| Octal | 227 | 275 | 305 | 27 | 4 | 0 | 27 | 276 | 34 | 104 |
| Binary | 10010111 | 10111101 | 11000101 | 10111 | 100 | 0 | 10111 | 10111110 | 11100 | 1000100 |
Color Harmonies of #97BDC5
Complementary color
Monochromatic Colors of #97BDC5
Black with #97BDC5
Text Example
Text Example
White with #97BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BDC5; }
p { color: rgb(151,189,197); }
H1.HeaderClassName
{
color: #97BDC5;
}
.AnyTagClassName
{
color: #97BDC5;
}
</style>
background-color css
<style>
a { background-color: #97BDC5; }
a { background-color: rgb(151,189,197); }
div.DivClassName
{
background-color: #97BDC5;
}
.BgClassName
{
background-color: #97BDC5;
}
</style>
border-color css
<style>
span { border-color: #97BDC5; }
span { border-color: rgb(151,189,197); }
td.TdClassName
{
border-color: #97BDC5;
}
.TagClassName
{
border-color: #97BDC5;
}
</style>