Shades of Casper #9FB8BE
Tints of Casper #9FB8BE
RGB
CMYK
RGB Variations
Color information
#9FB8BE (or 0x9FB8BE) is known color: Casper. HEX triplet: 9F, B8 and BE. RGB value is (159,184,190). Sum of RGB (Red+Green+Blue) = 159+184+190=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #9FB8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB8BE is #604741. Grayscale: #B1B1B1. Windows color (decimal): -6309698 or 12499103. OLE color: 12499103.
HSL color Cylindrical-coordinate representation of color #9FB8BE: hue angle of 191.61º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FB8BE is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 184 | 190 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.25 |
| HSL | 191.61º | 0.19% | 0.68% | - |
| HSV(B) | 191.61º | 0.16% | 0.75% | - |
| XYZ | 40.73 | 45.37 | 55.33 | - |
| YUV | 177.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 184 | 190 | 0.16 | 0.03 | 0 | 0.25 | 191.61 | 0.19 | 0.68 |
| Hex | 9F | B8 | BE | 10 | 3 | 0 | 19 | C0 | 13 | 44 |
| Octal | 237 | 270 | 276 | 20 | 3 | 0 | 31 | 300 | 23 | 104 |
| Binary | 10011111 | 10111000 | 10111110 | 10000 | 11 | 0 | 11001 | 11000000 | 10011 | 1000100 |
Color Harmonies of #9FB8BE
Complementary color
Monochromatic Colors of #9FB8BE
Black with #9FB8BE
Text Example
Text Example
White with #9FB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB8BE; }
p { color: rgb(159,184,190); }
H1.HeaderClassName
{
color: #9FB8BE;
}
.AnyTagClassName
{
color: #9FB8BE;
}
</style>
background-color css
<style>
a { background-color: #9FB8BE; }
a { background-color: rgb(159,184,190); }
div.DivClassName
{
background-color: #9FB8BE;
}
.BgClassName
{
background-color: #9FB8BE;
}
</style>
border-color css
<style>
span { border-color: #9FB8BE; }
span { border-color: rgb(159,184,190); }
td.TdClassName
{
border-color: #9FB8BE;
}
.TagClassName
{
border-color: #9FB8BE;
}
</style>