Shades of Casper #9EB6BC
Tints of Casper #9EB6BC
RGB
CMYK
RGB Variations
Color information
#9EB6BC (or 0x9EB6BC) is known color: Casper. HEX triplet: 9E, B6 and BC. RGB value is (158,182,188). Sum of RGB (Red+Green+Blue) = 158+182+188=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EB6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB6BC is #614943. Grayscale: #AFAFAF. Windows color (decimal): -6375748 or 12367518. OLE color: 12367518.
HSL color Cylindrical-coordinate representation of color #9EB6BC: hue angle of 192º 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 #9EB6BC is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 158 | 182 | 188 | - |
CMYK | 0.16 | 0.03 | 0 | 0.26 |
HSL | 192º | 0.18% | 0.68% | - |
HSV(B) | 192º | 0.16% | 0.74% | - |
XYZ | 39.91 | 44.36 | 54.04 | - |
YUV | 175.51 | 135.05 | 115.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 182 | 188 | 0.16 | 0.03 | 0 | 0.26 | 192 | 0.18 | 0.68 |
Hex | 9E | B6 | BC | 10 | 3 | 0 | 1A | C0 | 12 | 44 |
Octal | 236 | 266 | 274 | 20 | 3 | 0 | 32 | 300 | 22 | 104 |
Binary | 10011110 | 10110110 | 10111100 | 10000 | 11 | 0 | 11010 | 11000000 | 10010 | 1000100 |
Color Harmonies of #9EB6BC
Complementary color
Monochromatic Colors of #9EB6BC
Black with #9EB6BC
Text Example
Text Example
White with #9EB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB6BC; }
p { color: rgb(158,182,188); }
H1.HeaderClassName
{
color: #9EB6BC;
}
.AnyTagClassName
{
color: #9EB6BC;
}
</style>
background-color css
<style>
a { background-color: #9EB6BC; }
a { background-color: rgb(158,182,188); }
div.DivClassName
{
background-color: #9EB6BC;
}
.BgClassName
{
background-color: #9EB6BC;
}
</style>
border-color css
<style>
span { border-color: #9EB6BC; }
span { border-color: rgb(158,182,188); }
td.TdClassName
{
border-color: #9EB6BC;
}
.TagClassName
{
border-color: #9EB6BC;
}
</style>