Shades of Casper #9CBBBC
Tints of Casper #9CBBBC
RGB
CMYK
RGB Variations
Color information
#9CBBBC (or 0x9CBBBC) is known color: Casper. HEX triplet: 9C, BB and BC. RGB value is (156,187,188). Sum of RGB (Red+Green+Blue) = 156+187+188=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #9CBBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBBC is #634443. Grayscale: #B1B1B1. Windows color (decimal): -6505540 or 12368796. OLE color: 12368796.
HSL color Cylindrical-coordinate representation of color #9CBBBC: hue angle of 181.88º 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 #9CBBBC is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 187 | 188 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.26 |
| HSL | 181.88º | 0.19% | 0.67% | - |
| HSV(B) | 181.88º | 0.17% | 0.74% | - |
| XYZ | 40.56 | 46.24 | 54.36 | - |
| YUV | 177.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 188 | 0.17 | 0.01 | 0 | 0.26 | 181.88 | 0.19 | 0.67 |
| Hex | 9C | BB | BC | 11 | 1 | 0 | 1A | B6 | 13 | 43 |
| Octal | 234 | 273 | 274 | 21 | 1 | 0 | 32 | 266 | 23 | 103 |
| Binary | 10011100 | 10111011 | 10111100 | 10001 | 1 | 0 | 11010 | 10110110 | 10011 | 1000011 |
Color Harmonies of #9CBBBC
Complementary color
Monochromatic Colors of #9CBBBC
Black with #9CBBBC
Text Example
Text Example
White with #9CBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBBBC; }
p { color: rgb(156,187,188); }
H1.HeaderClassName
{
color: #9CBBBC;
}
.AnyTagClassName
{
color: #9CBBBC;
}
</style>
background-color css
<style>
a { background-color: #9CBBBC; }
a { background-color: rgb(156,187,188); }
div.DivClassName
{
background-color: #9CBBBC;
}
.BgClassName
{
background-color: #9CBBBC;
}
</style>
border-color css
<style>
span { border-color: #9CBBBC; }
span { border-color: rgb(156,187,188); }
td.TdClassName
{
border-color: #9CBBBC;
}
.TagClassName
{
border-color: #9CBBBC;
}
</style>