Shades of Casper #98BBBF
Tints of Casper #98BBBF
RGB
CMYK
RGB Variations
Color information
#98BBBF (or 0x98BBBF) is known color: Casper. HEX triplet: 98, BB and BF. RGB value is (152,187,191). Sum of RGB (Red+Green+Blue) = 152+187+191=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #98BBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBBF is #674440. Grayscale: #B0B0B0. Windows color (decimal): -6767681 or 12565400. OLE color: 12565400.
HSL color Cylindrical-coordinate representation of color #98BBBF: hue angle of 186.15º 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 #98BBBF is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 187 | 191 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.25 |
| HSL | 186.15º | 0.23% | 0.67% | - |
| HSV(B) | 186.15º | 0.2% | 0.75% | - |
| XYZ | 40.12 | 45.98 | 56.05 | - |
| YUV | 176.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 191 | 0.20 | 0.02 | 0 | 0.25 | 186.15 | 0.23 | 0.67 |
| Hex | 98 | BB | BF | 14 | 2 | 0 | 19 | BA | 17 | 43 |
| Octal | 230 | 273 | 277 | 24 | 2 | 0 | 31 | 272 | 27 | 103 |
| Binary | 10011000 | 10111011 | 10111111 | 10100 | 10 | 0 | 11001 | 10111010 | 10111 | 1000011 |
Color Harmonies of #98BBBF
Complementary color
Monochromatic Colors of #98BBBF
Black with #98BBBF
Text Example
Text Example
White with #98BBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BBBF; }
p { color: rgb(152,187,191); }
H1.HeaderClassName
{
color: #98BBBF;
}
.AnyTagClassName
{
color: #98BBBF;
}
</style>
background-color css
<style>
a { background-color: #98BBBF; }
a { background-color: rgb(152,187,191); }
div.DivClassName
{
background-color: #98BBBF;
}
.BgClassName
{
background-color: #98BBBF;
}
</style>
border-color css
<style>
span { border-color: #98BBBF; }
span { border-color: rgb(152,187,191); }
td.TdClassName
{
border-color: #98BBBF;
}
.TagClassName
{
border-color: #98BBBF;
}
</style>