Shades of Skeptic #96BAAC
Tints of Skeptic #96BAAC
RGB
CMYK
RGB Variations
Color information
#96BAAC (or 0x96BAAC) is known color: Skeptic. HEX triplet: 96, BA and AC. RGB value is (150,186,172). Sum of RGB (Red+Green+Blue) = 150+186+172=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #96BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BAAC is #694553. Grayscale: #ADADAD. Windows color (decimal): -6899028 or 11319958. OLE color: 11319958.
HSL color Cylindrical-coordinate representation of color #96BAAC: hue angle of 156.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96BAAC is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 172 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.27 |
| HSL | 156.67º | 0.21% | 0.66% | - |
| HSV(B) | 156.67º | 0.19% | 0.73% | - |
| XYZ | 37.58 | 44.58 | 45.65 | - |
| YUV | 173.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 172 | 0.19 | 0 | 0.08 | 0.27 | 156.67 | 0.21 | 0.66 |
| Hex | 96 | BA | AC | 13 | 0 | 8 | 1B | 9D | 15 | 42 |
| Octal | 226 | 272 | 254 | 23 | 0 | 10 | 33 | 235 | 25 | 102 |
| Binary | 10010110 | 10111010 | 10101100 | 10011 | 0 | 1000 | 11011 | 10011101 | 10101 | 1000010 |
Color Harmonies of #96BAAC
Complementary color
Monochromatic Colors of #96BAAC
Black with #96BAAC
Text Example
Text Example
White with #96BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BAAC; }
p { color: rgb(150,186,172); }
H1.HeaderClassName
{
color: #96BAAC;
}
.AnyTagClassName
{
color: #96BAAC;
}
</style>
background-color css
<style>
a { background-color: #96BAAC; }
a { background-color: rgb(150,186,172); }
div.DivClassName
{
background-color: #96BAAC;
}
.BgClassName
{
background-color: #96BAAC;
}
</style>
border-color css
<style>
span { border-color: #96BAAC; }
span { border-color: rgb(150,186,172); }
td.TdClassName
{
border-color: #96BAAC;
}
.TagClassName
{
border-color: #96BAAC;
}
</style>