Shades of Hit Grey #9BADAB
Tints of Hit Grey #9BADAB
RGB
CMYK
RGB Variations
Color information
#9BADAB (or 0x9BADAB) is known color: Hit Grey. HEX triplet: 9B, AD and AB. RGB value is (155,173,171). Sum of RGB (Red+Green+Blue) = 155+173+171=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 173 - color contains mainly: green. Hex color #9BADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BADAB is #645254. Grayscale: #A7A7A7. Windows color (decimal): -6574677 or 11251099. OLE color: 11251099.
HSL color Cylindrical-coordinate representation of color #9BADAB: hue angle of 173.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9BADAB is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 171 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.32 |
| HSL | 173.33º | 0.1% | 0.64% | - |
| HSV(B) | 173.33º | 0.1% | 0.68% | - |
| XYZ | 35.81 | 39.8 | 44.32 | - |
| YUV | 167.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 171 | 0.10 | 0 | 0.01 | 0.32 | 173.33 | 0.1 | 0.64 |
| Hex | 9B | AD | AB | A | 0 | 1 | 20 | AD | A | 40 |
| Octal | 233 | 255 | 253 | 12 | 0 | 1 | 40 | 255 | 12 | 100 |
| Binary | 10011011 | 10101101 | 10101011 | 1010 | 0 | 1 | 100000 | 10101101 | 1010 | 1000000 |
Color Harmonies of #9BADAB
Complementary color
Monochromatic Colors of #9BADAB
Black with #9BADAB
Text Example
Text Example
White with #9BADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BADAB; }
p { color: rgb(155,173,171); }
H1.HeaderClassName
{
color: #9BADAB;
}
.AnyTagClassName
{
color: #9BADAB;
}
</style>
background-color css
<style>
a { background-color: #9BADAB; }
a { background-color: rgb(155,173,171); }
div.DivClassName
{
background-color: #9BADAB;
}
.BgClassName
{
background-color: #9BADAB;
}
</style>
border-color css
<style>
span { border-color: #9BADAB; }
span { border-color: rgb(155,173,171); }
td.TdClassName
{
border-color: #9BADAB;
}
.TagClassName
{
border-color: #9BADAB;
}
</style>