Shades of Santas Grey #999BAB
Tints of Santas Grey #999BAB
RGB
CMYK
RGB Variations
Color information
#999BAB (or 0x999BAB) is known color: Santas Grey. HEX triplet: 99, 9B and AB. RGB value is (153,155,171). Sum of RGB (Red+Green+Blue) = 153+155+171=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 171 - color contains mainly: blue. Hex color #999BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999BAB is #666454. Grayscale: #9C9C9C. Windows color (decimal): -6710357 or 11246489. OLE color: 11246489.
HSL color Cylindrical-coordinate representation of color #999BAB: hue angle of 233.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #999BAB is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 155 | 171 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.33 |
| HSL | 233.33º | 0.1% | 0.64% | - |
| HSV(B) | 233.33º | 0.11% | 0.67% | - |
| XYZ | 32.21 | 33.16 | 43.23 | - |
| YUV | 156.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 171 | 0.11 | 0.09 | 0 | 0.33 | 233.33 | 0.1 | 0.64 |
| Hex | 99 | 9B | AB | B | 9 | 0 | 21 | E9 | A | 40 |
| Octal | 231 | 233 | 253 | 13 | 11 | 0 | 41 | 351 | 12 | 100 |
| Binary | 10011001 | 10011011 | 10101011 | 1011 | 1001 | 0 | 100001 | 11101001 | 1010 | 1000000 |
Color Harmonies of #999BAB
Complementary color
Monochromatic Colors of #999BAB
Black with #999BAB
Text Example
Text Example
White with #999BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999BAB; }
p { color: rgb(153,155,171); }
H1.HeaderClassName
{
color: #999BAB;
}
.AnyTagClassName
{
color: #999BAB;
}
</style>
background-color css
<style>
a { background-color: #999BAB; }
a { background-color: rgb(153,155,171); }
div.DivClassName
{
background-color: #999BAB;
}
.BgClassName
{
background-color: #999BAB;
}
</style>
border-color css
<style>
span { border-color: #999BAB; }
span { border-color: rgb(153,155,171); }
td.TdClassName
{
border-color: #999BAB;
}
.TagClassName
{
border-color: #999BAB;
}
</style>