Shades of Casper #9CBDC1
Tints of Casper #9CBDC1
RGB
CMYK
RGB Variations
Color information
#9CBDC1 (or 0x9CBDC1) is known color: Casper. HEX triplet: 9C, BD and C1. RGB value is (156,189,193). Sum of RGB (Red+Green+Blue) = 156+189+193=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #9CBDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDC1 is #63423E. Grayscale: #B3B3B3. Windows color (decimal): -6505023 or 12696988. OLE color: 12696988.
HSL color Cylindrical-coordinate representation of color #9CBDC1: hue angle of 186.49º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CBDC1 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 189 | 193 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.24 |
| HSL | 186.49º | 0.23% | 0.68% | - |
| HSV(B) | 186.49º | 0.19% | 0.76% | - |
| XYZ | 41.53 | 47.31 | 57.4 | - |
| YUV | 179.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 193 | 0.19 | 0.02 | 0 | 0.24 | 186.49 | 0.23 | 0.68 |
| Hex | 9C | BD | C1 | 13 | 2 | 0 | 18 | BA | 17 | 44 |
| Octal | 234 | 275 | 301 | 23 | 2 | 0 | 30 | 272 | 27 | 104 |
| Binary | 10011100 | 10111101 | 11000001 | 10011 | 10 | 0 | 11000 | 10111010 | 10111 | 1000100 |
Color Harmonies of #9CBDC1
Complementary color
Monochromatic Colors of #9CBDC1
Black with #9CBDC1
Text Example
Text Example
White with #9CBDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBDC1; }
p { color: rgb(156,189,193); }
H1.HeaderClassName
{
color: #9CBDC1;
}
.AnyTagClassName
{
color: #9CBDC1;
}
</style>
background-color css
<style>
a { background-color: #9CBDC1; }
a { background-color: rgb(156,189,193); }
div.DivClassName
{
background-color: #9CBDC1;
}
.BgClassName
{
background-color: #9CBDC1;
}
</style>
border-color css
<style>
span { border-color: #9CBDC1; }
span { border-color: rgb(156,189,193); }
td.TdClassName
{
border-color: #9CBDC1;
}
.TagClassName
{
border-color: #9CBDC1;
}
</style>