Shades of Casper #9FBABC
Tints of Casper #9FBABC
RGB
CMYK
RGB Variations
Color information
#9FBABC (or 0x9FBABC) is known color: Casper. HEX triplet: 9F, BA and BC. RGB value is (159,186,188). Sum of RGB (Red+Green+Blue) = 159+186+188=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 188 - color contains mainly: blue. Hex color #9FBABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBABC is #604543. Grayscale: #B2B2B2. Windows color (decimal): -6309188 or 12368543. OLE color: 12368543.
HSL color Cylindrical-coordinate representation of color #9FBABC: hue angle of 184.14º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBABC is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 186 | 188 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.26 |
| HSL | 184.14º | 0.18% | 0.68% | - |
| HSV(B) | 184.14º | 0.15% | 0.74% | - |
| XYZ | 40.93 | 46.12 | 54.32 | - |
| YUV | 178.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 188 | 0.15 | 0.01 | 0 | 0.26 | 184.14 | 0.18 | 0.68 |
| Hex | 9F | BA | BC | F | 1 | 0 | 1A | B8 | 12 | 44 |
| Octal | 237 | 272 | 274 | 17 | 1 | 0 | 32 | 270 | 22 | 104 |
| Binary | 10011111 | 10111010 | 10111100 | 1111 | 1 | 0 | 11010 | 10111000 | 10010 | 1000100 |
Color Harmonies of #9FBABC
Complementary color
Monochromatic Colors of #9FBABC
Black with #9FBABC
Text Example
Text Example
White with #9FBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBABC; }
p { color: rgb(159,186,188); }
H1.HeaderClassName
{
color: #9FBABC;
}
.AnyTagClassName
{
color: #9FBABC;
}
</style>
background-color css
<style>
a { background-color: #9FBABC; }
a { background-color: rgb(159,186,188); }
div.DivClassName
{
background-color: #9FBABC;
}
.BgClassName
{
background-color: #9FBABC;
}
</style>
border-color css
<style>
span { border-color: #9FBABC; }
span { border-color: rgb(159,186,188); }
td.TdClassName
{
border-color: #9FBABC;
}
.TagClassName
{
border-color: #9FBABC;
}
</style>