Shades of Casper #9FBABD
Tints of Casper #9FBABD
RGB
CMYK
RGB Variations
Color information
#9FBABD (or 0x9FBABD) is known color: Casper. HEX triplet: 9F, BA and BD. RGB value is (159,186,189). Sum of RGB (Red+Green+Blue) = 159+186+189=534 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.78% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 189 - color contains mainly: blue. Hex color #9FBABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBABD is #604542. Grayscale: #B2B2B2. Windows color (decimal): -6309187 or 12434079. OLE color: 12434079.
HSL color Cylindrical-coordinate representation of color #9FBABD: hue angle of 186º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FBABD is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 186 | 189 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.26 |
| HSL | 186º | 0.19% | 0.68% | - |
| HSV(B) | 186º | 0.16% | 0.74% | - |
| XYZ | 41.04 | 46.16 | 54.89 | - |
| YUV | 178.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 189 | 0.16 | 0.02 | 0 | 0.26 | 186 | 0.19 | 0.68 |
| Hex | 9F | BA | BD | 10 | 2 | 0 | 1A | BA | 13 | 44 |
| Octal | 237 | 272 | 275 | 20 | 2 | 0 | 32 | 272 | 23 | 104 |
| Binary | 10011111 | 10111010 | 10111101 | 10000 | 10 | 0 | 11010 | 10111010 | 10011 | 1000100 |
Color Harmonies of #9FBABD
Complementary color
Monochromatic Colors of #9FBABD
Black with #9FBABD
Text Example
Text Example
White with #9FBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBABD; }
p { color: rgb(159,186,189); }
H1.HeaderClassName
{
color: #9FBABD;
}
.AnyTagClassName
{
color: #9FBABD;
}
</style>
background-color css
<style>
a { background-color: #9FBABD; }
a { background-color: rgb(159,186,189); }
div.DivClassName
{
background-color: #9FBABD;
}
.BgClassName
{
background-color: #9FBABD;
}
</style>
border-color css
<style>
span { border-color: #9FBABD; }
span { border-color: rgb(159,186,189); }
td.TdClassName
{
border-color: #9FBABD;
}
.TagClassName
{
border-color: #9FBABD;
}
</style>