Shades of Casper #9EBABC
Tints of Casper #9EBABC
RGB
CMYK
RGB Variations
Color information
#9EBABC (or 0x9EBABC) is known color: Casper. HEX triplet: 9E, BA and BC. RGB value is (158,186,188). Sum of RGB (Red+Green+Blue) = 158+186+188=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EBABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBABC is #614543. Grayscale: #B1B1B1. Windows color (decimal): -6374724 or 12368542. OLE color: 12368542.
HSL color Cylindrical-coordinate representation of color #9EBABC: hue angle of 184º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBABC is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 186 | 188 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.26 |
| HSL | 184º | 0.18% | 0.68% | - |
| HSV(B) | 184º | 0.16% | 0.74% | - |
| XYZ | 40.74 | 46.02 | 54.31 | - |
| YUV | 177.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 188 | 0.16 | 0.01 | 0 | 0.26 | 184 | 0.18 | 0.68 |
| Hex | 9E | BA | BC | 10 | 1 | 0 | 1A | B8 | 12 | 44 |
| Octal | 236 | 272 | 274 | 20 | 1 | 0 | 32 | 270 | 22 | 104 |
| Binary | 10011110 | 10111010 | 10111100 | 10000 | 1 | 0 | 11010 | 10111000 | 10010 | 1000100 |
Color Harmonies of #9EBABC
Complementary color
Monochromatic Colors of #9EBABC
Black with #9EBABC
Text Example
Text Example
White with #9EBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBABC; }
p { color: rgb(158,186,188); }
H1.HeaderClassName
{
color: #9EBABC;
}
.AnyTagClassName
{
color: #9EBABC;
}
</style>
background-color css
<style>
a { background-color: #9EBABC; }
a { background-color: rgb(158,186,188); }
div.DivClassName
{
background-color: #9EBABC;
}
.BgClassName
{
background-color: #9EBABC;
}
</style>
border-color css
<style>
span { border-color: #9EBABC; }
span { border-color: rgb(158,186,188); }
td.TdClassName
{
border-color: #9EBABC;
}
.TagClassName
{
border-color: #9EBABC;
}
</style>