Shades of Casper #98BCC0
Tints of Casper #98BCC0
RGB
CMYK
RGB Variations
Color information
#98BCC0 (or 0x98BCC0) is known color: Casper. HEX triplet: 98, BC and C0. RGB value is (152,188,192). Sum of RGB (Red+Green+Blue) = 152+188+192=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 192 - color contains mainly: blue. Hex color #98BCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCC0 is #67433F. Grayscale: #B1B1B1. Windows color (decimal): -6767424 or 12631192. OLE color: 12631192.
HSL color Cylindrical-coordinate representation of color #98BCC0: hue angle of 186º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98BCC0 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 188 | 192 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.25 |
| HSL | 186º | 0.24% | 0.67% | - |
| HSV(B) | 186º | 0.21% | 0.75% | - |
| XYZ | 40.45 | 46.45 | 56.7 | - |
| YUV | 177.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 192 | 0.21 | 0.02 | 0 | 0.25 | 186 | 0.24 | 0.67 |
| Hex | 98 | BC | C0 | 15 | 2 | 0 | 19 | BA | 18 | 43 |
| Octal | 230 | 274 | 300 | 25 | 2 | 0 | 31 | 272 | 30 | 103 |
| Binary | 10011000 | 10111100 | 11000000 | 10101 | 10 | 0 | 11001 | 10111010 | 11000 | 1000011 |
Color Harmonies of #98BCC0
Complementary color
Monochromatic Colors of #98BCC0
Black with #98BCC0
Text Example
Text Example
White with #98BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BCC0; }
p { color: rgb(152,188,192); }
H1.HeaderClassName
{
color: #98BCC0;
}
.AnyTagClassName
{
color: #98BCC0;
}
</style>
background-color css
<style>
a { background-color: #98BCC0; }
a { background-color: rgb(152,188,192); }
div.DivClassName
{
background-color: #98BCC0;
}
.BgClassName
{
background-color: #98BCC0;
}
</style>
border-color css
<style>
span { border-color: #98BCC0; }
span { border-color: rgb(152,188,192); }
td.TdClassName
{
border-color: #98BCC0;
}
.TagClassName
{
border-color: #98BCC0;
}
</style>