Shades of Gull Grey #9BACAE
Tints of Gull Grey #9BACAE
RGB
CMYK
RGB Variations
Color information
#9BACAE (or 0x9BACAE) is known color: Gull Grey. HEX triplet: 9B, AC and AE. RGB value is (155,172,174). Sum of RGB (Red+Green+Blue) = 155+172+174=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 174 - color contains mainly: blue. Hex color #9BACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BACAE is #645351. Grayscale: #A7A7A7. Windows color (decimal): -6574930 or 11447451. OLE color: 11447451.
HSL color Cylindrical-coordinate representation of color #9BACAE: hue angle of 186.32º 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 #9BACAE is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 172 | 174 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.32 |
| HSL | 186.32º | 0.1% | 0.65% | - |
| HSV(B) | 186.32º | 0.11% | 0.68% | - |
| XYZ | 35.91 | 39.53 | 45.78 | - |
| YUV | 167.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 174 | 0.11 | 0.01 | 0 | 0.32 | 186.32 | 0.1 | 0.65 |
| Hex | 9B | AC | AE | B | 1 | 0 | 20 | BA | A | 41 |
| Octal | 233 | 254 | 256 | 13 | 1 | 0 | 40 | 272 | 12 | 101 |
| Binary | 10011011 | 10101100 | 10101110 | 1011 | 1 | 0 | 100000 | 10111010 | 1010 | 1000001 |
Color Harmonies of #9BACAE
Complementary color
Monochromatic Colors of #9BACAE
Black with #9BACAE
Text Example
Text Example
White with #9BACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BACAE; }
p { color: rgb(155,172,174); }
H1.HeaderClassName
{
color: #9BACAE;
}
.AnyTagClassName
{
color: #9BACAE;
}
</style>
background-color css
<style>
a { background-color: #9BACAE; }
a { background-color: rgb(155,172,174); }
div.DivClassName
{
background-color: #9BACAE;
}
.BgClassName
{
background-color: #9BACAE;
}
</style>
border-color css
<style>
span { border-color: #9BACAE; }
span { border-color: rgb(155,172,174); }
td.TdClassName
{
border-color: #9BACAE;
}
.TagClassName
{
border-color: #9BACAE;
}
</style>