Shades of Casper #98BCC2
Tints of Casper #98BCC2
RGB
CMYK
RGB Variations
Color information
#98BCC2 (or 0x98BCC2) is known color: Casper. HEX triplet: 98, BC and C2. RGB value is (152,188,194). Sum of RGB (Red+Green+Blue) = 152+188+194=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 194 - color contains mainly: blue. Hex color #98BCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCC2 is #67433D. Grayscale: #B1B1B1. Windows color (decimal): -6767422 or 12762264. OLE color: 12762264.
HSL color Cylindrical-coordinate representation of color #98BCC2: hue angle of 188.57º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98BCC2 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 188 | 194 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.24 |
| HSL | 188.57º | 0.26% | 0.68% | - |
| HSV(B) | 188.57º | 0.22% | 0.76% | - |
| XYZ | 40.67 | 46.54 | 57.88 | - |
| YUV | 177.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 194 | 0.22 | 0.03 | 0 | 0.24 | 188.57 | 0.26 | 0.68 |
| Hex | 98 | BC | C2 | 16 | 3 | 0 | 18 | BD | 1A | 44 |
| Octal | 230 | 274 | 302 | 26 | 3 | 0 | 30 | 275 | 32 | 104 |
| Binary | 10011000 | 10111100 | 11000010 | 10110 | 11 | 0 | 11000 | 10111101 | 11010 | 1000100 |
Color Harmonies of #98BCC2
Complementary color
Monochromatic Colors of #98BCC2
Black with #98BCC2
Text Example
Text Example
White with #98BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BCC2; }
p { color: rgb(152,188,194); }
H1.HeaderClassName
{
color: #98BCC2;
}
.AnyTagClassName
{
color: #98BCC2;
}
</style>
background-color css
<style>
a { background-color: #98BCC2; }
a { background-color: rgb(152,188,194); }
div.DivClassName
{
background-color: #98BCC2;
}
.BgClassName
{
background-color: #98BCC2;
}
</style>
border-color css
<style>
span { border-color: #98BCC2; }
span { border-color: rgb(152,188,194); }
td.TdClassName
{
border-color: #98BCC2;
}
.TagClassName
{
border-color: #98BCC2;
}
</style>