Shades of Casper #98BCBE
Tints of Casper #98BCBE
RGB
CMYK
RGB Variations
Color information
#98BCBE (or 0x98BCBE) is known color: Casper. HEX triplet: 98, BC and BE. RGB value is (152,188,190). Sum of RGB (Red+Green+Blue) = 152+188+190=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #98BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCBE is #674341. Grayscale: #B1B1B1. Windows color (decimal): -6767426 or 12500120. OLE color: 12500120.
HSL color Cylindrical-coordinate representation of color #98BCBE: hue angle of 183.16º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98BCBE is Cyan = 0.2, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 188 | 190 | - |
| CMYK | 0.2 | 0.01 | 0 | 0.25 |
| HSL | 183.16º | 0.23% | 0.67% | - |
| HSV(B) | 183.16º | 0.2% | 0.75% | - |
| XYZ | 40.23 | 46.36 | 55.54 | - |
| YUV | 177.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 190 | 0.2 | 0.01 | 0 | 0.25 | 183.16 | 0.23 | 0.67 |
| Hex | 98 | BC | BE | 14 | 1 | 0 | 19 | B7 | 17 | 43 |
| Octal | 230 | 274 | 276 | 24 | 1 | 0 | 31 | 267 | 27 | 103 |
| Binary | 10011000 | 10111100 | 10111110 | 10100 | 1 | 0 | 11001 | 10110111 | 10111 | 1000011 |
Color Harmonies of #98BCBE
Complementary color
Monochromatic Colors of #98BCBE
Black with #98BCBE
Text Example
Text Example
White with #98BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BCBE; }
p { color: rgb(152,188,190); }
H1.HeaderClassName
{
color: #98BCBE;
}
.AnyTagClassName
{
color: #98BCBE;
}
</style>
background-color css
<style>
a { background-color: #98BCBE; }
a { background-color: rgb(152,188,190); }
div.DivClassName
{
background-color: #98BCBE;
}
.BgClassName
{
background-color: #98BCBE;
}
</style>
border-color css
<style>
span { border-color: #98BCBE; }
span { border-color: rgb(152,188,190); }
td.TdClassName
{
border-color: #98BCBE;
}
.TagClassName
{
border-color: #98BCBE;
}
</style>