Shades of Casper #98BBBE
Tints of Casper #98BBBE
RGB
CMYK
RGB Variations
Color information
#98BBBE (or 0x98BBBE) is known color: Casper. HEX triplet: 98, BB and BE. RGB value is (152,187,190). Sum of RGB (Red+Green+Blue) = 152+187+190=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #98BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBBE is #674441. Grayscale: #B0B0B0. Windows color (decimal): -6767682 or 12499864. OLE color: 12499864.
HSL color Cylindrical-coordinate representation of color #98BBBE: hue angle of 184.74º 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 #98BBBE is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 187 | 190 | - |
| CMYK | 0.2 | 0.02 | 0 | 0.25 |
| HSL | 184.74º | 0.23% | 0.67% | - |
| HSV(B) | 184.74º | 0.2% | 0.75% | - |
| XYZ | 40.01 | 45.93 | 55.47 | - |
| YUV | 176.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 190 | 0.2 | 0.02 | 0 | 0.25 | 184.74 | 0.23 | 0.67 |
| Hex | 98 | BB | BE | 14 | 2 | 0 | 19 | B9 | 17 | 43 |
| Octal | 230 | 273 | 276 | 24 | 2 | 0 | 31 | 271 | 27 | 103 |
| Binary | 10011000 | 10111011 | 10111110 | 10100 | 10 | 0 | 11001 | 10111001 | 10111 | 1000011 |
Color Harmonies of #98BBBE
Complementary color
Monochromatic Colors of #98BBBE
Black with #98BBBE
Text Example
Text Example
White with #98BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BBBE; }
p { color: rgb(152,187,190); }
H1.HeaderClassName
{
color: #98BBBE;
}
.AnyTagClassName
{
color: #98BBBE;
}
</style>
background-color css
<style>
a { background-color: #98BBBE; }
a { background-color: rgb(152,187,190); }
div.DivClassName
{
background-color: #98BBBE;
}
.BgClassName
{
background-color: #98BBBE;
}
</style>
border-color css
<style>
span { border-color: #98BBBE; }
span { border-color: rgb(152,187,190); }
td.TdClassName
{
border-color: #98BBBE;
}
.TagClassName
{
border-color: #98BBBE;
}
</style>