Shades of Casper #9CB9BA
Tints of Casper #9CB9BA
RGB
CMYK
RGB Variations
Color information
#9CB9BA (or 0x9CB9BA) is known color: Casper. HEX triplet: 9C, B9 and BA. RGB value is (156,185,186). Sum of RGB (Red+Green+Blue) = 156+185+186=527 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.60% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CB9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB9BA is #634645. Grayscale: #B0B0B0. Windows color (decimal): -6506054 or 12237212. OLE color: 12237212.
HSL color Cylindrical-coordinate representation of color #9CB9BA: hue angle of 182º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CB9BA is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 185 | 186 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.27 |
| HSL | 182º | 0.18% | 0.67% | - |
| HSV(B) | 182º | 0.16% | 0.73% | - |
| XYZ | 39.92 | 45.31 | 53.1 | - |
| YUV | 176.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 186 | 0.16 | 0.01 | 0 | 0.27 | 182 | 0.18 | 0.67 |
| Hex | 9C | B9 | BA | 10 | 1 | 0 | 1B | B6 | 12 | 43 |
| Octal | 234 | 271 | 272 | 20 | 1 | 0 | 33 | 266 | 22 | 103 |
| Binary | 10011100 | 10111001 | 10111010 | 10000 | 1 | 0 | 11011 | 10110110 | 10010 | 1000011 |
Color Harmonies of #9CB9BA
Complementary color
Monochromatic Colors of #9CB9BA
Black with #9CB9BA
Text Example
Text Example
White with #9CB9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB9BA; }
p { color: rgb(156,185,186); }
H1.HeaderClassName
{
color: #9CB9BA;
}
.AnyTagClassName
{
color: #9CB9BA;
}
</style>
background-color css
<style>
a { background-color: #9CB9BA; }
a { background-color: rgb(156,185,186); }
div.DivClassName
{
background-color: #9CB9BA;
}
.BgClassName
{
background-color: #9CB9BA;
}
</style>
border-color css
<style>
span { border-color: #9CB9BA; }
span { border-color: rgb(156,185,186); }
td.TdClassName
{
border-color: #9CB9BA;
}
.TagClassName
{
border-color: #9CB9BA;
}
</style>