Shades of Skeptic #9BBCA8
Tints of Skeptic #9BBCA8
RGB
CMYK
RGB Variations
Color information
#9BBCA8 (or 0x9BBCA8) is known color: Skeptic. HEX triplet: 9B, BC and A8. RGB value is (155,188,168). Sum of RGB (Red+Green+Blue) = 155+188+168=511 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.33% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBCA8 is #644357. Grayscale: #AFAFAF. Windows color (decimal): -6570840 or 11058331. OLE color: 11058331.
HSL color Cylindrical-coordinate representation of color #9BBCA8: hue angle of 143.64º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBCA8 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 168 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.26 |
| HSL | 143.64º | 0.2% | 0.67% | - |
| HSV(B) | 143.64º | 0.18% | 0.74% | - |
| XYZ | 38.57 | 45.76 | 43.85 | - |
| YUV | 175.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 168 | 0.18 | 0 | 0.11 | 0.26 | 143.64 | 0.2 | 0.67 |
| Hex | 9B | BC | A8 | 12 | 0 | B | 1A | 90 | 14 | 43 |
| Octal | 233 | 274 | 250 | 22 | 0 | 13 | 32 | 220 | 24 | 103 |
| Binary | 10011011 | 10111100 | 10101000 | 10010 | 0 | 1011 | 11010 | 10010000 | 10100 | 1000011 |
Color Harmonies of #9BBCA8
Complementary color
Monochromatic Colors of #9BBCA8
Black with #9BBCA8
Text Example
Text Example
White with #9BBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBCA8; }
p { color: rgb(155,188,168); }
H1.HeaderClassName
{
color: #9BBCA8;
}
.AnyTagClassName
{
color: #9BBCA8;
}
</style>
background-color css
<style>
a { background-color: #9BBCA8; }
a { background-color: rgb(155,188,168); }
div.DivClassName
{
background-color: #9BBCA8;
}
.BgClassName
{
background-color: #9BBCA8;
}
</style>
border-color css
<style>
span { border-color: #9BBCA8; }
span { border-color: rgb(155,188,168); }
td.TdClassName
{
border-color: #9BBCA8;
}
.TagClassName
{
border-color: #9BBCA8;
}
</style>