Shades of Casper #9FB7BD
Tints of Casper #9FB7BD
RGB
CMYK
RGB Variations
Color information
#9FB7BD (or 0x9FB7BD) is known color: Casper. HEX triplet: 9F, B7 and BD. RGB value is (159,183,189). Sum of RGB (Red+Green+Blue) = 159+183+189=531 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.94% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 189 - color contains mainly: blue. Hex color #9FB7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB7BD is #604842. Grayscale: #B0B0B0. Windows color (decimal): -6309955 or 12433311. OLE color: 12433311.
HSL color Cylindrical-coordinate representation of color #9FB7BD: hue angle of 192º 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 #9FB7BD is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 183 | 189 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.26 |
| HSL | 192º | 0.19% | 0.68% | - |
| HSV(B) | 192º | 0.16% | 0.74% | - |
| XYZ | 40.42 | 44.91 | 54.68 | - |
| YUV | 176.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 189 | 0.16 | 0.03 | 0 | 0.26 | 192 | 0.19 | 0.68 |
| Hex | 9F | B7 | BD | 10 | 3 | 0 | 1A | C0 | 13 | 44 |
| Octal | 237 | 267 | 275 | 20 | 3 | 0 | 32 | 300 | 23 | 104 |
| Binary | 10011111 | 10110111 | 10111101 | 10000 | 11 | 0 | 11010 | 11000000 | 10011 | 1000100 |
Color Harmonies of #9FB7BD
Complementary color
Monochromatic Colors of #9FB7BD
Black with #9FB7BD
Text Example
Text Example
White with #9FB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB7BD; }
p { color: rgb(159,183,189); }
H1.HeaderClassName
{
color: #9FB7BD;
}
.AnyTagClassName
{
color: #9FB7BD;
}
</style>
background-color css
<style>
a { background-color: #9FB7BD; }
a { background-color: rgb(159,183,189); }
div.DivClassName
{
background-color: #9FB7BD;
}
.BgClassName
{
background-color: #9FB7BD;
}
</style>
border-color css
<style>
span { border-color: #9FB7BD; }
span { border-color: rgb(159,183,189); }
td.TdClassName
{
border-color: #9FB7BD;
}
.TagClassName
{
border-color: #9FB7BD;
}
</style>