Shades of Casper #9CB6BA
Tints of Casper #9CB6BA
RGB
CMYK
RGB Variations
Color information
#9CB6BA (or 0x9CB6BA) is known color: Casper. HEX triplet: 9C, B6 and BA. RGB value is (156,182,186). Sum of RGB (Red+Green+Blue) = 156+182+186=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CB6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB6BA is #634945. Grayscale: #AEAEAE. Windows color (decimal): -6506822 or 12236444. OLE color: 12236444.
HSL color Cylindrical-coordinate representation of color #9CB6BA: hue angle of 188º 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 #9CB6BA is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 182 | 186 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.27 |
| HSL | 188º | 0.18% | 0.67% | - |
| HSV(B) | 188º | 0.16% | 0.73% | - |
| XYZ | 39.3 | 44.07 | 52.89 | - |
| YUV | 174.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 182 | 186 | 0.16 | 0.02 | 0 | 0.27 | 188 | 0.18 | 0.67 |
| Hex | 9C | B6 | BA | 10 | 2 | 0 | 1B | BC | 12 | 43 |
| Octal | 234 | 266 | 272 | 20 | 2 | 0 | 33 | 274 | 22 | 103 |
| Binary | 10011100 | 10110110 | 10111010 | 10000 | 10 | 0 | 11011 | 10111100 | 10010 | 1000011 |
Color Harmonies of #9CB6BA
Complementary color
Monochromatic Colors of #9CB6BA
Black with #9CB6BA
Text Example
Text Example
White with #9CB6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB6BA; }
p { color: rgb(156,182,186); }
H1.HeaderClassName
{
color: #9CB6BA;
}
.AnyTagClassName
{
color: #9CB6BA;
}
</style>
background-color css
<style>
a { background-color: #9CB6BA; }
a { background-color: rgb(156,182,186); }
div.DivClassName
{
background-color: #9CB6BA;
}
.BgClassName
{
background-color: #9CB6BA;
}
</style>
border-color css
<style>
span { border-color: #9CB6BA; }
span { border-color: rgb(156,182,186); }
td.TdClassName
{
border-color: #9CB6BA;
}
.TagClassName
{
border-color: #9CB6BA;
}
</style>