Shades of Tower Grey #9BADA3
Tints of Tower Grey #9BADA3
RGB
CMYK
RGB Variations
Color information
#9BADA3 (or 0x9BADA3) is known color: Tower Grey. HEX triplet: 9B, AD and A3. RGB value is (155,173,163). Sum of RGB (Red+Green+Blue) = 155+173+163=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 173 - color contains mainly: green. Hex color #9BADA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BADA3 is #64525C. Grayscale: #A6A6A6. Windows color (decimal): -6574685 or 10726811. OLE color: 10726811.
HSL color Cylindrical-coordinate representation of color #9BADA3: hue angle of 146.67º 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 #9BADA3 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 163 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.32 |
| HSL | 146.67º | 0.1% | 0.64% | - |
| HSV(B) | 146.67º | 0.1% | 0.68% | - |
| XYZ | 35.07 | 39.5 | 40.43 | - |
| YUV | 166.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 163 | 0.10 | 0 | 0.06 | 0.32 | 146.67 | 0.1 | 0.64 |
| Hex | 9B | AD | A3 | A | 0 | 6 | 20 | 93 | A | 40 |
| Octal | 233 | 255 | 243 | 12 | 0 | 6 | 40 | 223 | 12 | 100 |
| Binary | 10011011 | 10101101 | 10100011 | 1010 | 0 | 110 | 100000 | 10010011 | 1010 | 1000000 |
Color Harmonies of #9BADA3
Complementary color
Monochromatic Colors of #9BADA3
Black with #9BADA3
Text Example
Text Example
White with #9BADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BADA3; }
p { color: rgb(155,173,163); }
H1.HeaderClassName
{
color: #9BADA3;
}
.AnyTagClassName
{
color: #9BADA3;
}
</style>
background-color css
<style>
a { background-color: #9BADA3; }
a { background-color: rgb(155,173,163); }
div.DivClassName
{
background-color: #9BADA3;
}
.BgClassName
{
background-color: #9BADA3;
}
</style>
border-color css
<style>
span { border-color: #9BADA3; }
span { border-color: rgb(155,173,163); }
td.TdClassName
{
border-color: #9BADA3;
}
.TagClassName
{
border-color: #9BADA3;
}
</style>