Shades of Hit Grey #9BAEAD
Tints of Hit Grey #9BAEAD
RGB
CMYK
RGB Variations
Color information
#9BAEAD (or 0x9BAEAD) is known color: Hit Grey. HEX triplet: 9B, AE and AD. RGB value is (155,174,173). Sum of RGB (Red+Green+Blue) = 155+174+173=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAEAD is #645152. Grayscale: #A8A8A8. Windows color (decimal): -6574419 or 11382427. OLE color: 11382427.
HSL color Cylindrical-coordinate representation of color #9BAEAD: hue angle of 176.84º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BAEAD is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 173 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.32 |
| HSL | 176.84º | 0.1% | 0.65% | - |
| HSV(B) | 176.84º | 0.11% | 0.68% | - |
| XYZ | 36.2 | 40.26 | 45.4 | - |
| YUV | 168.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 173 | 0.11 | 0 | 0.01 | 0.32 | 176.84 | 0.1 | 0.65 |
| Hex | 9B | AE | AD | B | 0 | 1 | 20 | B1 | A | 41 |
| Octal | 233 | 256 | 255 | 13 | 0 | 1 | 40 | 261 | 12 | 101 |
| Binary | 10011011 | 10101110 | 10101101 | 1011 | 0 | 1 | 100000 | 10110001 | 1010 | 1000001 |
Color Harmonies of #9BAEAD
Complementary color
Monochromatic Colors of #9BAEAD
Black with #9BAEAD
Text Example
Text Example
White with #9BAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAEAD; }
p { color: rgb(155,174,173); }
H1.HeaderClassName
{
color: #9BAEAD;
}
.AnyTagClassName
{
color: #9BAEAD;
}
</style>
background-color css
<style>
a { background-color: #9BAEAD; }
a { background-color: rgb(155,174,173); }
div.DivClassName
{
background-color: #9BAEAD;
}
.BgClassName
{
background-color: #9BAEAD;
}
</style>
border-color css
<style>
span { border-color: #9BAEAD; }
span { border-color: rgb(155,174,173); }
td.TdClassName
{
border-color: #9BAEAD;
}
.TagClassName
{
border-color: #9BAEAD;
}
</style>