Shades of Casper #9FBAC0
Tints of Casper #9FBAC0
RGB
CMYK
RGB Variations
Color information
#9FBAC0 (or 0x9FBAC0) is known color: Casper. HEX triplet: 9F, BA and C0. RGB value is (159,186,192). Sum of RGB (Red+Green+Blue) = 159+186+192=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #9FBAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBAC0 is #60453F. Grayscale: #B2B2B2. Windows color (decimal): -6309184 or 12630687. OLE color: 12630687.
HSL color Cylindrical-coordinate representation of color #9FBAC0: hue angle of 190.91º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FBAC0 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 186 | 192 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.25 |
| HSL | 190.91º | 0.21% | 0.69% | - |
| HSV(B) | 190.91º | 0.17% | 0.75% | - |
| XYZ | 41.37 | 46.29 | 56.62 | - |
| YUV | 178.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 192 | 0.17 | 0.03 | 0 | 0.25 | 190.91 | 0.21 | 0.69 |
| Hex | 9F | BA | C0 | 11 | 3 | 0 | 19 | BF | 15 | 45 |
| Octal | 237 | 272 | 300 | 21 | 3 | 0 | 31 | 277 | 25 | 105 |
| Binary | 10011111 | 10111010 | 11000000 | 10001 | 11 | 0 | 11001 | 10111111 | 10101 | 1000101 |
Color Harmonies of #9FBAC0
Complementary color
Monochromatic Colors of #9FBAC0
Black with #9FBAC0
Text Example
Text Example
White with #9FBAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBAC0; }
p { color: rgb(159,186,192); }
H1.HeaderClassName
{
color: #9FBAC0;
}
.AnyTagClassName
{
color: #9FBAC0;
}
</style>
background-color css
<style>
a { background-color: #9FBAC0; }
a { background-color: rgb(159,186,192); }
div.DivClassName
{
background-color: #9FBAC0;
}
.BgClassName
{
background-color: #9FBAC0;
}
</style>
border-color css
<style>
span { border-color: #9FBAC0; }
span { border-color: rgb(159,186,192); }
td.TdClassName
{
border-color: #9FBAC0;
}
.TagClassName
{
border-color: #9FBAC0;
}
</style>