Shades of Casper #9FBBBE
Tints of Casper #9FBBBE
RGB
CMYK
RGB Variations
Color information
#9FBBBE (or 0x9FBBBE) is known color: Casper. HEX triplet: 9F, BB and BE. RGB value is (159,187,190). Sum of RGB (Red+Green+Blue) = 159+187+190=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #9FBBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBBE is #604441. Grayscale: #B2B2B2. Windows color (decimal): -6308930 or 12499871. OLE color: 12499871.
HSL color Cylindrical-coordinate representation of color #9FBBBE: hue angle of 185.81º 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 #9FBBBE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 187 | 190 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.25 |
| HSL | 185.81º | 0.19% | 0.68% | - |
| HSV(B) | 185.81º | 0.16% | 0.75% | - |
| XYZ | 41.36 | 46.63 | 55.54 | - |
| YUV | 178.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 190 | 0.16 | 0.02 | 0 | 0.25 | 185.81 | 0.19 | 0.68 |
| Hex | 9F | BB | BE | 10 | 2 | 0 | 19 | BA | 13 | 44 |
| Octal | 237 | 273 | 276 | 20 | 2 | 0 | 31 | 272 | 23 | 104 |
| Binary | 10011111 | 10111011 | 10111110 | 10000 | 10 | 0 | 11001 | 10111010 | 10011 | 1000100 |
Color Harmonies of #9FBBBE
Complementary color
Monochromatic Colors of #9FBBBE
Black with #9FBBBE
Text Example
Text Example
White with #9FBBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBBBE; }
p { color: rgb(159,187,190); }
H1.HeaderClassName
{
color: #9FBBBE;
}
.AnyTagClassName
{
color: #9FBBBE;
}
</style>
background-color css
<style>
a { background-color: #9FBBBE; }
a { background-color: rgb(159,187,190); }
div.DivClassName
{
background-color: #9FBBBE;
}
.BgClassName
{
background-color: #9FBBBE;
}
</style>
border-color css
<style>
span { border-color: #9FBBBE; }
span { border-color: rgb(159,187,190); }
td.TdClassName
{
border-color: #9FBBBE;
}
.TagClassName
{
border-color: #9FBBBE;
}
</style>