Shades of Casper #98BCC1
Tints of Casper #98BCC1
RGB
CMYK
RGB Variations
Color information
#98BCC1 (or 0x98BCC1) is known color: Casper. HEX triplet: 98, BC and C1. RGB value is (152,188,193). Sum of RGB (Red+Green+Blue) = 152+188+193=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 188 (73.83% from 255 or 35.27% 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 #98BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCC1 is #67433E. Grayscale: #B1B1B1. Windows color (decimal): -6767423 or 12696728. OLE color: 12696728.
HSL color Cylindrical-coordinate representation of color #98BCC1: hue angle of 187.32º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98BCC1 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 188 | 193 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.24 |
| HSL | 187.32º | 0.25% | 0.68% | - |
| HSV(B) | 187.32º | 0.21% | 0.76% | - |
| XYZ | 40.56 | 46.49 | 57.29 | - |
| YUV | 177.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 193 | 0.21 | 0.03 | 0 | 0.24 | 187.32 | 0.25 | 0.68 |
| Hex | 98 | BC | C1 | 15 | 3 | 0 | 18 | BB | 19 | 44 |
| Octal | 230 | 274 | 301 | 25 | 3 | 0 | 30 | 273 | 31 | 104 |
| Binary | 10011000 | 10111100 | 11000001 | 10101 | 11 | 0 | 11000 | 10111011 | 11001 | 1000100 |
Color Harmonies of #98BCC1
Complementary color
Monochromatic Colors of #98BCC1
Black with #98BCC1
Text Example
Text Example
White with #98BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BCC1; }
p { color: rgb(152,188,193); }
H1.HeaderClassName
{
color: #98BCC1;
}
.AnyTagClassName
{
color: #98BCC1;
}
</style>
background-color css
<style>
a { background-color: #98BCC1; }
a { background-color: rgb(152,188,193); }
div.DivClassName
{
background-color: #98BCC1;
}
.BgClassName
{
background-color: #98BCC1;
}
</style>
border-color css
<style>
span { border-color: #98BCC1; }
span { border-color: rgb(152,188,193); }
td.TdClassName
{
border-color: #98BCC1;
}
.TagClassName
{
border-color: #98BCC1;
}
</style>