Shades of Casper #9CBDC0
Tints of Casper #9CBDC0
RGB
CMYK
RGB Variations
Color information
#9CBDC0 (or 0x9CBDC0) is known color: Casper. HEX triplet: 9C, BD and C0. RGB value is (156,189,192). Sum of RGB (Red+Green+Blue) = 156+189+192=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #9CBDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDC0 is #63423F. Grayscale: #B3B3B3. Windows color (decimal): -6505024 or 12631452. OLE color: 12631452.
HSL color Cylindrical-coordinate representation of color #9CBDC0: hue angle of 185º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CBDC0 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 189 | 192 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.25 |
| HSL | 185º | 0.22% | 0.68% | - |
| HSV(B) | 185º | 0.19% | 0.75% | - |
| XYZ | 41.42 | 47.27 | 56.81 | - |
| YUV | 179.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 192 | 0.19 | 0.02 | 0 | 0.25 | 185 | 0.22 | 0.68 |
| Hex | 9C | BD | C0 | 13 | 2 | 0 | 19 | B9 | 16 | 44 |
| Octal | 234 | 275 | 300 | 23 | 2 | 0 | 31 | 271 | 26 | 104 |
| Binary | 10011100 | 10111101 | 11000000 | 10011 | 10 | 0 | 11001 | 10111001 | 10110 | 1000100 |
Color Harmonies of #9CBDC0
Complementary color
Monochromatic Colors of #9CBDC0
Black with #9CBDC0
Text Example
Text Example
White with #9CBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBDC0; }
p { color: rgb(156,189,192); }
H1.HeaderClassName
{
color: #9CBDC0;
}
.AnyTagClassName
{
color: #9CBDC0;
}
</style>
background-color css
<style>
a { background-color: #9CBDC0; }
a { background-color: rgb(156,189,192); }
div.DivClassName
{
background-color: #9CBDC0;
}
.BgClassName
{
background-color: #9CBDC0;
}
</style>
border-color css
<style>
span { border-color: #9CBDC0; }
span { border-color: rgb(156,189,192); }
td.TdClassName
{
border-color: #9CBDC0;
}
.TagClassName
{
border-color: #9CBDC0;
}
</style>