Shades of Casper #9CB8BA
Tints of Casper #9CB8BA
RGB
CMYK
RGB Variations
Color information
#9CB8BA (or 0x9CB8BA) is known color: Casper. HEX triplet: 9C, B8 and BA. RGB value is (156,184,186). Sum of RGB (Red+Green+Blue) = 156+184+186=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CB8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB8BA is #634745. Grayscale: #AFAFAF. Windows color (decimal): -6506310 or 12236956. OLE color: 12236956.
HSL color Cylindrical-coordinate representation of color #9CB8BA: hue angle of 184º 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 #9CB8BA is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 184 | 186 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.27 |
| HSL | 184º | 0.18% | 0.67% | - |
| HSV(B) | 184º | 0.16% | 0.73% | - |
| XYZ | 39.71 | 44.89 | 53.03 | - |
| YUV | 175.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 184 | 186 | 0.16 | 0.01 | 0 | 0.27 | 184 | 0.18 | 0.67 |
| Hex | 9C | B8 | BA | 10 | 1 | 0 | 1B | B8 | 12 | 43 |
| Octal | 234 | 270 | 272 | 20 | 1 | 0 | 33 | 270 | 22 | 103 |
| Binary | 10011100 | 10111000 | 10111010 | 10000 | 1 | 0 | 11011 | 10111000 | 10010 | 1000011 |
Color Harmonies of #9CB8BA
Complementary color
Monochromatic Colors of #9CB8BA
Black with #9CB8BA
Text Example
Text Example
White with #9CB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB8BA; }
p { color: rgb(156,184,186); }
H1.HeaderClassName
{
color: #9CB8BA;
}
.AnyTagClassName
{
color: #9CB8BA;
}
</style>
background-color css
<style>
a { background-color: #9CB8BA; }
a { background-color: rgb(156,184,186); }
div.DivClassName
{
background-color: #9CB8BA;
}
.BgClassName
{
background-color: #9CB8BA;
}
</style>
border-color css
<style>
span { border-color: #9CB8BA; }
span { border-color: rgb(156,184,186); }
td.TdClassName
{
border-color: #9CB8BA;
}
.TagClassName
{
border-color: #9CB8BA;
}
</style>