Shades of Casper #9FBABB
Tints of Casper #9FBABB
RGB
CMYK
RGB Variations
Color information
#9FBABB (or 0x9FBABB) is known color: Casper. HEX triplet: 9F, BA and BB. RGB value is (159,186,187). Sum of RGB (Red+Green+Blue) = 159+186+187=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 187 - color contains mainly: blue. Hex color #9FBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBABB is #604544. Grayscale: #B2B2B2. Windows color (decimal): -6309189 or 12303007. OLE color: 12303007.
HSL color Cylindrical-coordinate representation of color #9FBABB: hue angle of 182.14º degrees, saturation: 0.17, 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 #9FBABB is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 187 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.27 |
| HSL | 182.14º | 0.17% | 0.68% | - |
| HSV(B) | 182.14º | 0.15% | 0.73% | - |
| XYZ | 40.83 | 46.08 | 53.76 | - |
| YUV | 178.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 187 | 0.15 | 0.01 | 0 | 0.27 | 182.14 | 0.17 | 0.68 |
| Hex | 9F | BA | BB | F | 1 | 0 | 1B | B6 | 11 | 44 |
| Octal | 237 | 272 | 273 | 17 | 1 | 0 | 33 | 266 | 21 | 104 |
| Binary | 10011111 | 10111010 | 10111011 | 1111 | 1 | 0 | 11011 | 10110110 | 10001 | 1000100 |
Color Harmonies of #9FBABB
Complementary color
Monochromatic Colors of #9FBABB
Black with #9FBABB
Text Example
Text Example
White with #9FBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBABB; }
p { color: rgb(159,186,187); }
H1.HeaderClassName
{
color: #9FBABB;
}
.AnyTagClassName
{
color: #9FBABB;
}
</style>
background-color css
<style>
a { background-color: #9FBABB; }
a { background-color: rgb(159,186,187); }
div.DivClassName
{
background-color: #9FBABB;
}
.BgClassName
{
background-color: #9FBABB;
}
</style>
border-color css
<style>
span { border-color: #9FBABB; }
span { border-color: rgb(159,186,187); }
td.TdClassName
{
border-color: #9FBABB;
}
.TagClassName
{
border-color: #9FBABB;
}
</style>