Shades of Casper #9EBBBC
Tints of Casper #9EBBBC
RGB
CMYK
RGB Variations
Color information
#9EBBBC (or 0x9EBBBC) is known color: Casper. HEX triplet: 9E, BB and BC. RGB value is (158,187,188). Sum of RGB (Red+Green+Blue) = 158+187+188=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EBBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBBC is #614443. Grayscale: #B2B2B2. Windows color (decimal): -6374468 or 12368798. OLE color: 12368798.
HSL color Cylindrical-coordinate representation of color #9EBBBC: hue angle of 182º 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 #9EBBBC is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 187 | 188 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.26 |
| HSL | 182º | 0.18% | 0.68% | - |
| HSV(B) | 182º | 0.16% | 0.74% | - |
| XYZ | 40.95 | 46.44 | 54.38 | - |
| YUV | 178.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 188 | 0.16 | 0.01 | 0 | 0.26 | 182 | 0.18 | 0.68 |
| Hex | 9E | BB | BC | 10 | 1 | 0 | 1A | B6 | 12 | 44 |
| Octal | 236 | 273 | 274 | 20 | 1 | 0 | 32 | 266 | 22 | 104 |
| Binary | 10011110 | 10111011 | 10111100 | 10000 | 1 | 0 | 11010 | 10110110 | 10010 | 1000100 |
Color Harmonies of #9EBBBC
Complementary color
Monochromatic Colors of #9EBBBC
Black with #9EBBBC
Text Example
Text Example
White with #9EBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBBBC; }
p { color: rgb(158,187,188); }
H1.HeaderClassName
{
color: #9EBBBC;
}
.AnyTagClassName
{
color: #9EBBBC;
}
</style>
background-color css
<style>
a { background-color: #9EBBBC; }
a { background-color: rgb(158,187,188); }
div.DivClassName
{
background-color: #9EBBBC;
}
.BgClassName
{
background-color: #9EBBBC;
}
</style>
border-color css
<style>
span { border-color: #9EBBBC; }
span { border-color: rgb(158,187,188); }
td.TdClassName
{
border-color: #9EBBBC;
}
.TagClassName
{
border-color: #9EBBBC;
}
</style>