Shades of Skeptic #99BFAB
Tints of Skeptic #99BFAB
RGB
CMYK
RGB Variations
Color information
#99BFAB (or 0x99BFAB) is known color: Skeptic. HEX triplet: 99, BF and AB. RGB value is (153,191,171). Sum of RGB (Red+Green+Blue) = 153+191+171=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #99BFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BFAB is #664054. Grayscale: #B1B1B1. Windows color (decimal): -6701141 or 11255705. OLE color: 11255705.
HSL color Cylindrical-coordinate representation of color #99BFAB: hue angle of 148.42º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99BFAB is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 171 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.25 |
| HSL | 148.42º | 0.23% | 0.67% | - |
| HSV(B) | 148.42º | 0.2% | 0.75% | - |
| XYZ | 39.12 | 46.97 | 45.53 | - |
| YUV | 177.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 171 | 0.20 | 0 | 0.10 | 0.25 | 148.42 | 0.23 | 0.67 |
| Hex | 99 | BF | AB | 14 | 0 | A | 19 | 94 | 17 | 43 |
| Octal | 231 | 277 | 253 | 24 | 0 | 12 | 31 | 224 | 27 | 103 |
| Binary | 10011001 | 10111111 | 10101011 | 10100 | 0 | 1010 | 11001 | 10010100 | 10111 | 1000011 |
Color Harmonies of #99BFAB
Complementary color
Monochromatic Colors of #99BFAB
Black with #99BFAB
Text Example
Text Example
White with #99BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BFAB; }
p { color: rgb(153,191,171); }
H1.HeaderClassName
{
color: #99BFAB;
}
.AnyTagClassName
{
color: #99BFAB;
}
</style>
background-color css
<style>
a { background-color: #99BFAB; }
a { background-color: rgb(153,191,171); }
div.DivClassName
{
background-color: #99BFAB;
}
.BgClassName
{
background-color: #99BFAB;
}
</style>
border-color css
<style>
span { border-color: #99BFAB; }
span { border-color: rgb(153,191,171); }
td.TdClassName
{
border-color: #99BFAB;
}
.TagClassName
{
border-color: #99BFAB;
}
</style>