Shades of Casper #9CBABC
Tints of Casper #9CBABC
RGB
CMYK
RGB Variations
Color information
#9CBABC (or 0x9CBABC) is known color: Casper. HEX triplet: 9C, BA and BC. RGB value is (156,186,188). Sum of RGB (Red+Green+Blue) = 156+186+188=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #9CBABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBABC is #634543. Grayscale: #B1B1B1. Windows color (decimal): -6505796 or 12368540. OLE color: 12368540.
HSL color Cylindrical-coordinate representation of color #9CBABC: hue angle of 183.75º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBABC is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 186 | 188 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.26 |
| HSL | 183.75º | 0.19% | 0.67% | - |
| HSV(B) | 183.75º | 0.17% | 0.74% | - |
| XYZ | 40.35 | 45.82 | 54.29 | - |
| YUV | 177.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 188 | 0.17 | 0.01 | 0 | 0.26 | 183.75 | 0.19 | 0.67 |
| Hex | 9C | BA | BC | 11 | 1 | 0 | 1A | B8 | 13 | 43 |
| Octal | 234 | 272 | 274 | 21 | 1 | 0 | 32 | 270 | 23 | 103 |
| Binary | 10011100 | 10111010 | 10111100 | 10001 | 1 | 0 | 11010 | 10111000 | 10011 | 1000011 |
Color Harmonies of #9CBABC
Complementary color
Monochromatic Colors of #9CBABC
Black with #9CBABC
Text Example
Text Example
White with #9CBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBABC; }
p { color: rgb(156,186,188); }
H1.HeaderClassName
{
color: #9CBABC;
}
.AnyTagClassName
{
color: #9CBABC;
}
</style>
background-color css
<style>
a { background-color: #9CBABC; }
a { background-color: rgb(156,186,188); }
div.DivClassName
{
background-color: #9CBABC;
}
.BgClassName
{
background-color: #9CBABC;
}
</style>
border-color css
<style>
span { border-color: #9CBABC; }
span { border-color: rgb(156,186,188); }
td.TdClassName
{
border-color: #9CBABC;
}
.TagClassName
{
border-color: #9CBABC;
}
</style>