Shades of Casper #9CBCC3
Tints of Casper #9CBCC3
RGB
CMYK
RGB Variations
Color information
#9CBCC3 (or 0x9CBCC3) is known color: Casper. HEX triplet: 9C, BC and C3. RGB value is (156,188,195). Sum of RGB (Red+Green+Blue) = 156+188+195=539 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.94% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 195 - color contains mainly: blue. Hex color #9CBCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCC3 is #63433C. Grayscale: #B3B3B3. Windows color (decimal): -6505277 or 12827804. OLE color: 12827804.
HSL color Cylindrical-coordinate representation of color #9CBCC3: hue angle of 190.77º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CBCC3 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 188 | 195 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.24 |
| HSL | 190.77º | 0.25% | 0.69% | - |
| HSV(B) | 190.77º | 0.2% | 0.76% | - |
| XYZ | 41.54 | 46.97 | 58.51 | - |
| YUV | 179.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 195 | 0.20 | 0.04 | 0 | 0.24 | 190.77 | 0.25 | 0.69 |
| Hex | 9C | BC | C3 | 14 | 4 | 0 | 18 | BF | 19 | 45 |
| Octal | 234 | 274 | 303 | 24 | 4 | 0 | 30 | 277 | 31 | 105 |
| Binary | 10011100 | 10111100 | 11000011 | 10100 | 100 | 0 | 11000 | 10111111 | 11001 | 1000101 |
Color Harmonies of #9CBCC3
Complementary color
Monochromatic Colors of #9CBCC3
Black with #9CBCC3
Text Example
Text Example
White with #9CBCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCC3; }
p { color: rgb(156,188,195); }
H1.HeaderClassName
{
color: #9CBCC3;
}
.AnyTagClassName
{
color: #9CBCC3;
}
</style>
background-color css
<style>
a { background-color: #9CBCC3; }
a { background-color: rgb(156,188,195); }
div.DivClassName
{
background-color: #9CBCC3;
}
.BgClassName
{
background-color: #9CBCC3;
}
</style>
border-color css
<style>
span { border-color: #9CBCC3; }
span { border-color: rgb(156,188,195); }
td.TdClassName
{
border-color: #9CBCC3;
}
.TagClassName
{
border-color: #9CBCC3;
}
</style>