Shades of Casper #97BDC1
Tints of Casper #97BDC1
RGB
CMYK
RGB Variations
Color information
#97BDC1 (or 0x97BDC1) is known color: Casper. HEX triplet: 97, BD and C1. RGB value is (151,189,193). Sum of RGB (Red+Green+Blue) = 151+189+193=533 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.33% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #97BDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BDC1 is #68423E. Grayscale: #B2B2B2. Windows color (decimal): -6832703 or 12696983. OLE color: 12696983.
HSL color Cylindrical-coordinate representation of color #97BDC1: hue angle of 185.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97BDC1 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 189 | 193 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.24 |
| HSL | 185.71º | 0.25% | 0.67% | - |
| HSV(B) | 185.71º | 0.22% | 0.76% | - |
| XYZ | 40.59 | 46.82 | 57.35 | - |
| YUV | 178.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 189 | 193 | 0.22 | 0.02 | 0 | 0.24 | 185.71 | 0.25 | 0.67 |
| Hex | 97 | BD | C1 | 16 | 2 | 0 | 18 | BA | 19 | 43 |
| Octal | 227 | 275 | 301 | 26 | 2 | 0 | 30 | 272 | 31 | 103 |
| Binary | 10010111 | 10111101 | 11000001 | 10110 | 10 | 0 | 11000 | 10111010 | 11001 | 1000011 |
Color Harmonies of #97BDC1
Complementary color
Monochromatic Colors of #97BDC1
Black with #97BDC1
Text Example
Text Example
White with #97BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BDC1; }
p { color: rgb(151,189,193); }
H1.HeaderClassName
{
color: #97BDC1;
}
.AnyTagClassName
{
color: #97BDC1;
}
</style>
background-color css
<style>
a { background-color: #97BDC1; }
a { background-color: rgb(151,189,193); }
div.DivClassName
{
background-color: #97BDC1;
}
.BgClassName
{
background-color: #97BDC1;
}
</style>
border-color css
<style>
span { border-color: #97BDC1; }
span { border-color: rgb(151,189,193); }
td.TdClassName
{
border-color: #97BDC1;
}
.TagClassName
{
border-color: #97BDC1;
}
</style>