Shades of Casper #98BBBD
Tints of Casper #98BBBD
RGB
CMYK
RGB Variations
Color information
#98BBBD (or 0x98BBBD) is known color: Casper. HEX triplet: 98, BB and BD. RGB value is (152,187,189). Sum of RGB (Red+Green+Blue) = 152+187+189=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #98BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBBD is #674442. Grayscale: #B0B0B0. Windows color (decimal): -6767683 or 12434328. OLE color: 12434328.
HSL color Cylindrical-coordinate representation of color #98BBBD: hue angle of 183.24º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98BBBD is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 187 | 189 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.26 |
| HSL | 183.24º | 0.22% | 0.67% | - |
| HSV(B) | 183.24º | 0.2% | 0.74% | - |
| XYZ | 39.9 | 45.89 | 54.9 | - |
| YUV | 176.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 189 | 0.20 | 0.01 | 0 | 0.26 | 183.24 | 0.22 | 0.67 |
| Hex | 98 | BB | BD | 14 | 1 | 0 | 1A | B7 | 16 | 43 |
| Octal | 230 | 273 | 275 | 24 | 1 | 0 | 32 | 267 | 26 | 103 |
| Binary | 10011000 | 10111011 | 10111101 | 10100 | 1 | 0 | 11010 | 10110111 | 10110 | 1000011 |
Color Harmonies of #98BBBD
Complementary color
Monochromatic Colors of #98BBBD
Black with #98BBBD
Text Example
Text Example
White with #98BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BBBD; }
p { color: rgb(152,187,189); }
H1.HeaderClassName
{
color: #98BBBD;
}
.AnyTagClassName
{
color: #98BBBD;
}
</style>
background-color css
<style>
a { background-color: #98BBBD; }
a { background-color: rgb(152,187,189); }
div.DivClassName
{
background-color: #98BBBD;
}
.BgClassName
{
background-color: #98BBBD;
}
</style>
border-color css
<style>
span { border-color: #98BBBD; }
span { border-color: rgb(152,187,189); }
td.TdClassName
{
border-color: #98BBBD;
}
.TagClassName
{
border-color: #98BBBD;
}
</style>