Shades of Skeptic #8BBCA6
Tints of Skeptic #8BBCA6
RGB
CMYK
RGB Variations
Color information
#8BBCA6 (or 0x8BBCA6) is known color: Skeptic. HEX triplet: 8B, BC and A6. RGB value is (139,188,166). Sum of RGB (Red+Green+Blue) = 139+188+166=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBCA6 is #744359. Grayscale: #AAAAAA. Windows color (decimal): -7619418 or 10927243. OLE color: 10927243.
HSL color Cylindrical-coordinate representation of color #8BBCA6: hue angle of 153.06º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BBCA6 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 166 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.26 |
| HSL | 153.06º | 0.27% | 0.64% | - |
| HSV(B) | 153.06º | 0.26% | 0.74% | - |
| XYZ | 35.51 | 44.21 | 42.74 | - |
| YUV | 170.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 166 | 0.26 | 0 | 0.12 | 0.26 | 153.06 | 0.27 | 0.64 |
| Hex | 8B | BC | A6 | 1A | 0 | C | 1A | 99 | 1B | 40 |
| Octal | 213 | 274 | 246 | 32 | 0 | 14 | 32 | 231 | 33 | 100 |
| Binary | 10001011 | 10111100 | 10100110 | 11010 | 0 | 1100 | 11010 | 10011001 | 11011 | 1000000 |
Color Harmonies of #8BBCA6
Complementary color
Monochromatic Colors of #8BBCA6
Black with #8BBCA6
Text Example
Text Example
White with #8BBCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCA6; }
p { color: rgb(139,188,166); }
H1.HeaderClassName
{
color: #8BBCA6;
}
.AnyTagClassName
{
color: #8BBCA6;
}
</style>
background-color css
<style>
a { background-color: #8BBCA6; }
a { background-color: rgb(139,188,166); }
div.DivClassName
{
background-color: #8BBCA6;
}
.BgClassName
{
background-color: #8BBCA6;
}
</style>
border-color css
<style>
span { border-color: #8BBCA6; }
span { border-color: rgb(139,188,166); }
td.TdClassName
{
border-color: #8BBCA6;
}
.TagClassName
{
border-color: #8BBCA6;
}
</style>