Shades of Casper #9FB9BA
Tints of Casper #9FB9BA
RGB
CMYK
RGB Variations
Color information
#9FB9BA (or 0x9FB9BA) is known color: Casper. HEX triplet: 9F, B9 and BA. RGB value is (159,185,186). Sum of RGB (Red+Green+Blue) = 159+185+186=530 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 186 - color contains mainly: blue. Hex color #9FB9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB9BA is #604645. Grayscale: #B1B1B1. Windows color (decimal): -6309446 or 12237215. OLE color: 12237215.
HSL color Cylindrical-coordinate representation of color #9FB9BA: hue angle of 182.22º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FB9BA is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 185 | 186 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.27 |
| HSL | 182.22º | 0.16% | 0.68% | - |
| HSV(B) | 182.22º | 0.15% | 0.73% | - |
| XYZ | 40.51 | 45.61 | 53.12 | - |
| YUV | 177.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 185 | 186 | 0.15 | 0.01 | 0 | 0.27 | 182.22 | 0.16 | 0.68 |
| Hex | 9F | B9 | BA | F | 1 | 0 | 1B | B6 | 10 | 44 |
| Octal | 237 | 271 | 272 | 17 | 1 | 0 | 33 | 266 | 20 | 104 |
| Binary | 10011111 | 10111001 | 10111010 | 1111 | 1 | 0 | 11011 | 10110110 | 10000 | 1000100 |
Color Harmonies of #9FB9BA
Complementary color
Monochromatic Colors of #9FB9BA
Black with #9FB9BA
Text Example
Text Example
White with #9FB9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB9BA; }
p { color: rgb(159,185,186); }
H1.HeaderClassName
{
color: #9FB9BA;
}
.AnyTagClassName
{
color: #9FB9BA;
}
</style>
background-color css
<style>
a { background-color: #9FB9BA; }
a { background-color: rgb(159,185,186); }
div.DivClassName
{
background-color: #9FB9BA;
}
.BgClassName
{
background-color: #9FB9BA;
}
</style>
border-color css
<style>
span { border-color: #9FB9BA; }
span { border-color: rgb(159,185,186); }
td.TdClassName
{
border-color: #9FB9BA;
}
.TagClassName
{
border-color: #9FB9BA;
}
</style>