Shades of Casper #98BBC0
Tints of Casper #98BBC0
RGB
CMYK
RGB Variations
Color information
#98BBC0 (or 0x98BBC0) is known color: Casper. HEX triplet: 98, BB and C0. RGB value is (152,187,192). Sum of RGB (Red+Green+Blue) = 152+187+192=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 192 - color contains mainly: blue. Hex color #98BBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBC0 is #67443F. Grayscale: #B1B1B1. Windows color (decimal): -6767680 or 12630936. OLE color: 12630936.
HSL color Cylindrical-coordinate representation of color #98BBC0: hue angle of 187.5º 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 #98BBC0 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 187 | 192 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.25 |
| HSL | 187.5º | 0.24% | 0.67% | - |
| HSV(B) | 187.5º | 0.21% | 0.75% | - |
| XYZ | 40.23 | 46.02 | 56.63 | - |
| YUV | 177.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 192 | 0.21 | 0.03 | 0 | 0.25 | 187.5 | 0.24 | 0.67 |
| Hex | 98 | BB | C0 | 15 | 3 | 0 | 19 | BC | 18 | 43 |
| Octal | 230 | 273 | 300 | 25 | 3 | 0 | 31 | 274 | 30 | 103 |
| Binary | 10011000 | 10111011 | 11000000 | 10101 | 11 | 0 | 11001 | 10111100 | 11000 | 1000011 |
Color Harmonies of #98BBC0
Complementary color
Monochromatic Colors of #98BBC0
Black with #98BBC0
Text Example
Text Example
White with #98BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BBC0; }
p { color: rgb(152,187,192); }
H1.HeaderClassName
{
color: #98BBC0;
}
.AnyTagClassName
{
color: #98BBC0;
}
</style>
background-color css
<style>
a { background-color: #98BBC0; }
a { background-color: rgb(152,187,192); }
div.DivClassName
{
background-color: #98BBC0;
}
.BgClassName
{
background-color: #98BBC0;
}
</style>
border-color css
<style>
span { border-color: #98BBC0; }
span { border-color: rgb(152,187,192); }
td.TdClassName
{
border-color: #98BBC0;
}
.TagClassName
{
border-color: #98BBC0;
}
</style>