Shades of Casper #98BCC6
Tints of Casper #98BCC6
RGB
CMYK
RGB Variations
Color information
#98BCC6 (or 0x98BCC6) is known color: Casper. HEX triplet: 98, BC and C6. RGB value is (152,188,198). Sum of RGB (Red+Green+Blue) = 152+188+198=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 198 - color contains mainly: blue. Hex color #98BCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCC6 is #674339. Grayscale: #B2B2B2. Windows color (decimal): -6767418 or 13024408. OLE color: 13024408.
HSL color Cylindrical-coordinate representation of color #98BCC6: hue angle of 193.04º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98BCC6 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 188 | 198 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.22 |
| HSL | 193.04º | 0.29% | 0.69% | - |
| HSV(B) | 193.04º | 0.23% | 0.78% | - |
| XYZ | 41.13 | 46.72 | 60.28 | - |
| YUV | 178.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 198 | 0.23 | 0.05 | 0 | 0.22 | 193.04 | 0.29 | 0.69 |
| Hex | 98 | BC | C6 | 17 | 5 | 0 | 16 | C1 | 1D | 45 |
| Octal | 230 | 274 | 306 | 27 | 5 | 0 | 26 | 301 | 35 | 105 |
| Binary | 10011000 | 10111100 | 11000110 | 10111 | 101 | 0 | 10110 | 11000001 | 11101 | 1000101 |
Color Harmonies of #98BCC6
Complementary color
Monochromatic Colors of #98BCC6
Black with #98BCC6
Text Example
Text Example
White with #98BCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BCC6; }
p { color: rgb(152,188,198); }
H1.HeaderClassName
{
color: #98BCC6;
}
.AnyTagClassName
{
color: #98BCC6;
}
</style>
background-color css
<style>
a { background-color: #98BCC6; }
a { background-color: rgb(152,188,198); }
div.DivClassName
{
background-color: #98BCC6;
}
.BgClassName
{
background-color: #98BCC6;
}
</style>
border-color css
<style>
span { border-color: #98BCC6; }
span { border-color: rgb(152,188,198); }
td.TdClassName
{
border-color: #98BCC6;
}
.TagClassName
{
border-color: #98BCC6;
}
</style>