Shades of Gull Grey #9BACAF
Tints of Gull Grey #9BACAF
RGB
CMYK
RGB Variations
Color information
#9BACAF (or 0x9BACAF) is known color: Gull Grey. HEX triplet: 9B, AC and AF. RGB value is (155,172,175). Sum of RGB (Red+Green+Blue) = 155+172+175=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 175 - color contains mainly: blue. Hex color #9BACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BACAF is #645350. Grayscale: #A7A7A7. Windows color (decimal): -6574929 or 11512987. OLE color: 11512987.
HSL color Cylindrical-coordinate representation of color #9BACAF: hue angle of 189º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BACAF is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 172 | 175 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.31 |
| HSL | 189º | 0.11% | 0.65% | - |
| HSV(B) | 189º | 0.11% | 0.69% | - |
| XYZ | 36.01 | 39.57 | 46.3 | - |
| YUV | 167.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 175 | 0.11 | 0.02 | 0 | 0.31 | 189 | 0.11 | 0.65 |
| Hex | 9B | AC | AF | B | 2 | 0 | 1F | BD | B | 41 |
| Octal | 233 | 254 | 257 | 13 | 2 | 0 | 37 | 275 | 13 | 101 |
| Binary | 10011011 | 10101100 | 10101111 | 1011 | 10 | 0 | 11111 | 10111101 | 1011 | 1000001 |
Color Harmonies of #9BACAF
Complementary color
Monochromatic Colors of #9BACAF
Black with #9BACAF
Text Example
Text Example
White with #9BACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BACAF; }
p { color: rgb(155,172,175); }
H1.HeaderClassName
{
color: #9BACAF;
}
.AnyTagClassName
{
color: #9BACAF;
}
</style>
background-color css
<style>
a { background-color: #9BACAF; }
a { background-color: rgb(155,172,175); }
div.DivClassName
{
background-color: #9BACAF;
}
.BgClassName
{
background-color: #9BACAF;
}
</style>
border-color css
<style>
span { border-color: #9BACAF; }
span { border-color: rgb(155,172,175); }
td.TdClassName
{
border-color: #9BACAF;
}
.TagClassName
{
border-color: #9BACAF;
}
</style>