Shades of Skeptic #9BBFAC
Tints of Skeptic #9BBFAC
RGB
CMYK
RGB Variations
Color information
#9BBFAC (or 0x9BBFAC) is known color: Skeptic. HEX triplet: 9B, BF and AC. RGB value is (155,191,172). Sum of RGB (Red+Green+Blue) = 155+191+172=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBFAC is #644053. Grayscale: #B2B2B2. Windows color (decimal): -6570068 or 11321243. OLE color: 11321243.
HSL color Cylindrical-coordinate representation of color #9BBFAC: hue angle of 148.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BBFAC is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 191 | 172 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.25 |
| HSL | 148.33º | 0.22% | 0.68% | - |
| HSV(B) | 148.33º | 0.19% | 0.75% | - |
| XYZ | 39.59 | 47.21 | 46.06 | - |
| YUV | 178.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 172 | 0.19 | 0 | 0.10 | 0.25 | 148.33 | 0.22 | 0.68 |
| Hex | 9B | BF | AC | 13 | 0 | A | 19 | 94 | 16 | 44 |
| Octal | 233 | 277 | 254 | 23 | 0 | 12 | 31 | 224 | 26 | 104 |
| Binary | 10011011 | 10111111 | 10101100 | 10011 | 0 | 1010 | 11001 | 10010100 | 10110 | 1000100 |
Color Harmonies of #9BBFAC
Complementary color
Monochromatic Colors of #9BBFAC
Black with #9BBFAC
Text Example
Text Example
White with #9BBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBFAC; }
p { color: rgb(155,191,172); }
H1.HeaderClassName
{
color: #9BBFAC;
}
.AnyTagClassName
{
color: #9BBFAC;
}
</style>
background-color css
<style>
a { background-color: #9BBFAC; }
a { background-color: rgb(155,191,172); }
div.DivClassName
{
background-color: #9BBFAC;
}
.BgClassName
{
background-color: #9BBFAC;
}
</style>
border-color css
<style>
span { border-color: #9BBFAC; }
span { border-color: rgb(155,191,172); }
td.TdClassName
{
border-color: #9BBFAC;
}
.TagClassName
{
border-color: #9BBFAC;
}
</style>