Shades of Casper #98BCBD
Tints of Casper #98BCBD
RGB
CMYK
RGB Variations
Color information
#98BCBD (or 0x98BCBD) is known color: Casper. HEX triplet: 98, BC and BD. RGB value is (152,188,189). Sum of RGB (Red+Green+Blue) = 152+188+189=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 189 - color contains mainly: blue. Hex color #98BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCBD is #674342. Grayscale: #B1B1B1. Windows color (decimal): -6767427 or 12434584. OLE color: 12434584.
HSL color Cylindrical-coordinate representation of color #98BCBD: hue angle of 181.62º 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 #98BCBD is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 189 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.26 |
| HSL | 181.62º | 0.22% | 0.67% | - |
| HSV(B) | 181.62º | 0.2% | 0.74% | - |
| XYZ | 40.12 | 46.32 | 54.97 | - |
| YUV | 177.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 189 | 0.20 | 0.01 | 0 | 0.26 | 181.62 | 0.22 | 0.67 |
| Hex | 98 | BC | BD | 14 | 1 | 0 | 1A | B6 | 16 | 43 |
| Octal | 230 | 274 | 275 | 24 | 1 | 0 | 32 | 266 | 26 | 103 |
| Binary | 10011000 | 10111100 | 10111101 | 10100 | 1 | 0 | 11010 | 10110110 | 10110 | 1000011 |
Color Harmonies of #98BCBD
Complementary color
Monochromatic Colors of #98BCBD
Black with #98BCBD
Text Example
Text Example
White with #98BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BCBD; }
p { color: rgb(152,188,189); }
H1.HeaderClassName
{
color: #98BCBD;
}
.AnyTagClassName
{
color: #98BCBD;
}
</style>
background-color css
<style>
a { background-color: #98BCBD; }
a { background-color: rgb(152,188,189); }
div.DivClassName
{
background-color: #98BCBD;
}
.BgClassName
{
background-color: #98BCBD;
}
</style>
border-color css
<style>
span { border-color: #98BCBD; }
span { border-color: rgb(152,188,189); }
td.TdClassName
{
border-color: #98BCBD;
}
.TagClassName
{
border-color: #98BCBD;
}
</style>