Shades of Casper #9EB8BC
Tints of Casper #9EB8BC
RGB
CMYK
RGB Variations
Color information
#9EB8BC (or 0x9EB8BC) is known color: Casper. HEX triplet: 9E, B8 and BC. RGB value is (158,184,188). Sum of RGB (Red+Green+Blue) = 158+184+188=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EB8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB8BC is #614743. Grayscale: #B0B0B0. Windows color (decimal): -6375236 or 12368030. OLE color: 12368030.
HSL color Cylindrical-coordinate representation of color #9EB8BC: hue angle of 188º 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 #9EB8BC is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 184 | 188 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.26 |
| HSL | 188º | 0.18% | 0.68% | - |
| HSV(B) | 188º | 0.16% | 0.74% | - |
| XYZ | 40.32 | 45.18 | 54.17 | - |
| YUV | 176.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 184 | 188 | 0.16 | 0.02 | 0 | 0.26 | 188 | 0.18 | 0.68 |
| Hex | 9E | B8 | BC | 10 | 2 | 0 | 1A | BC | 12 | 44 |
| Octal | 236 | 270 | 274 | 20 | 2 | 0 | 32 | 274 | 22 | 104 |
| Binary | 10011110 | 10111000 | 10111100 | 10000 | 10 | 0 | 11010 | 10111100 | 10010 | 1000100 |
Color Harmonies of #9EB8BC
Complementary color
Monochromatic Colors of #9EB8BC
Black with #9EB8BC
Text Example
Text Example
White with #9EB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB8BC; }
p { color: rgb(158,184,188); }
H1.HeaderClassName
{
color: #9EB8BC;
}
.AnyTagClassName
{
color: #9EB8BC;
}
</style>
background-color css
<style>
a { background-color: #9EB8BC; }
a { background-color: rgb(158,184,188); }
div.DivClassName
{
background-color: #9EB8BC;
}
.BgClassName
{
background-color: #9EB8BC;
}
</style>
border-color css
<style>
span { border-color: #9EB8BC; }
span { border-color: rgb(158,184,188); }
td.TdClassName
{
border-color: #9EB8BC;
}
.TagClassName
{
border-color: #9EB8BC;
}
</style>