Shades of Casper #9FBABE
Tints of Casper #9FBABE
RGB
CMYK
RGB Variations
Color information
#9FBABE (or 0x9FBABE) is known color: Casper. HEX triplet: 9F, BA and BE. RGB value is (159,186,190). Sum of RGB (Red+Green+Blue) = 159+186+190=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: blue. Hex color #9FBABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBABE is #604541. Grayscale: #B2B2B2. Windows color (decimal): -6309186 or 12499615. OLE color: 12499615.
HSL color Cylindrical-coordinate representation of color #9FBABE: hue angle of 187.74º 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 #9FBABE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 159 | 186 | 190 | - |
CMYK | 0.16 | 0.02 | 0 | 0.25 |
HSL | 187.74º | 0.19% | 0.68% | - |
HSV(B) | 187.74º | 0.16% | 0.75% | - |
XYZ | 41.15 | 46.21 | 55.47 | - |
YUV | 178.38 | 134.55 | 114.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 186 | 190 | 0.16 | 0.02 | 0 | 0.25 | 187.74 | 0.19 | 0.68 |
Hex | 9F | BA | BE | 10 | 2 | 0 | 19 | BC | 13 | 44 |
Octal | 237 | 272 | 276 | 20 | 2 | 0 | 31 | 274 | 23 | 104 |
Binary | 10011111 | 10111010 | 10111110 | 10000 | 10 | 0 | 11001 | 10111100 | 10011 | 1000100 |
Color Harmonies of #9FBABE
Complementary color
Monochromatic Colors of #9FBABE
Black with #9FBABE
Text Example
Text Example
White with #9FBABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBABE; }
p { color: rgb(159,186,190); }
H1.HeaderClassName
{
color: #9FBABE;
}
.AnyTagClassName
{
color: #9FBABE;
}
</style>
background-color css
<style>
a { background-color: #9FBABE; }
a { background-color: rgb(159,186,190); }
div.DivClassName
{
background-color: #9FBABE;
}
.BgClassName
{
background-color: #9FBABE;
}
</style>
border-color css
<style>
span { border-color: #9FBABE; }
span { border-color: rgb(159,186,190); }
td.TdClassName
{
border-color: #9FBABE;
}
.TagClassName
{
border-color: #9FBABE;
}
</style>