Shades of Skeptic #96BCA8
Tints of Skeptic #96BCA8
RGB
CMYK
RGB Variations
Color information
#96BCA8 (or 0x96BCA8) is known color: Skeptic. HEX triplet: 96, BC and A8. RGB value is (150,188,168). Sum of RGB (Red+Green+Blue) = 150+188+168=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #96BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BCA8 is #694357. Grayscale: #AEAEAE. Windows color (decimal): -6898520 or 11058326. OLE color: 11058326.
HSL color Cylindrical-coordinate representation of color #96BCA8: hue angle of 148.42º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96BCA8 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 150 | 188 | 168 | - |
CMYK | 0.20 | 0 | 0.11 | 0.26 |
HSL | 148.42º | 0.22% | 0.66% | - |
HSV(B) | 148.42º | 0.2% | 0.74% | - |
XYZ | 37.63 | 45.28 | 43.8 | - |
YUV | 174.36 | 124.41 | 110.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 188 | 168 | 0.20 | 0 | 0.11 | 0.26 | 148.42 | 0.22 | 0.66 |
Hex | 96 | BC | A8 | 14 | 0 | B | 1A | 94 | 16 | 42 |
Octal | 226 | 274 | 250 | 24 | 0 | 13 | 32 | 224 | 26 | 102 |
Binary | 10010110 | 10111100 | 10101000 | 10100 | 0 | 1011 | 11010 | 10010100 | 10110 | 1000010 |
Color Harmonies of #96BCA8
Complementary color
Monochromatic Colors of #96BCA8
Black with #96BCA8
Text Example
Text Example
White with #96BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BCA8; }
p { color: rgb(150,188,168); }
H1.HeaderClassName
{
color: #96BCA8;
}
.AnyTagClassName
{
color: #96BCA8;
}
</style>
background-color css
<style>
a { background-color: #96BCA8; }
a { background-color: rgb(150,188,168); }
div.DivClassName
{
background-color: #96BCA8;
}
.BgClassName
{
background-color: #96BCA8;
}
</style>
border-color css
<style>
span { border-color: #96BCA8; }
span { border-color: rgb(150,188,168); }
td.TdClassName
{
border-color: #96BCA8;
}
.TagClassName
{
border-color: #96BCA8;
}
</style>