Shades of Casper #9BB6C0
Tints of Casper #9BB6C0
RGB
CMYK
RGB Variations
Color information
#9BB6C0 (or 0x9BB6C0) is known color: Casper. HEX triplet: 9B, B6 and C0. RGB value is (155,182,192). Sum of RGB (Red+Green+Blue) = 155+182+192=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 192 - color contains mainly: blue. Hex color #9BB6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB6C0 is #64493F. Grayscale: #AFAFAF. Windows color (decimal): -6572352 or 12629659. OLE color: 12629659.
HSL color Cylindrical-coordinate representation of color #9BB6C0: hue angle of 196.22º degrees, saturation: 0.23, 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 #9BB6C0 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 182 | 192 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.25 |
| HSL | 196.22º | 0.23% | 0.68% | - |
| HSV(B) | 196.22º | 0.19% | 0.75% | - |
| XYZ | 39.76 | 44.23 | 56.31 | - |
| YUV | 175.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 182 | 192 | 0.19 | 0.05 | 0 | 0.25 | 196.22 | 0.23 | 0.68 |
| Hex | 9B | B6 | C0 | 13 | 5 | 0 | 19 | C4 | 17 | 44 |
| Octal | 233 | 266 | 300 | 23 | 5 | 0 | 31 | 304 | 27 | 104 |
| Binary | 10011011 | 10110110 | 11000000 | 10011 | 101 | 0 | 11001 | 11000100 | 10111 | 1000100 |
Color Harmonies of #9BB6C0
Complementary color
Monochromatic Colors of #9BB6C0
Black with #9BB6C0
Text Example
Text Example
White with #9BB6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB6C0; }
p { color: rgb(155,182,192); }
H1.HeaderClassName
{
color: #9BB6C0;
}
.AnyTagClassName
{
color: #9BB6C0;
}
</style>
background-color css
<style>
a { background-color: #9BB6C0; }
a { background-color: rgb(155,182,192); }
div.DivClassName
{
background-color: #9BB6C0;
}
.BgClassName
{
background-color: #9BB6C0;
}
</style>
border-color css
<style>
span { border-color: #9BB6C0; }
span { border-color: rgb(155,182,192); }
td.TdClassName
{
border-color: #9BB6C0;
}
.TagClassName
{
border-color: #9BB6C0;
}
</style>