Shades of Gull Grey #9BAAB1
Tints of Gull Grey #9BAAB1
RGB
CMYK
RGB Variations
Color information
#9BAAB1 (or 0x9BAAB1) is known color: Gull Grey. HEX triplet: 9B, AA and B1. RGB value is (155,170,177). Sum of RGB (Red+Green+Blue) = 155+170+177=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 177 - color contains mainly: blue. Hex color #9BAAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAAB1 is #64554E. Grayscale: #A6A6A6. Windows color (decimal): -6575439 or 11643547. OLE color: 11643547.
HSL color Cylindrical-coordinate representation of color #9BAAB1: hue angle of 199.09º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BAAB1 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 170 | 177 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.31 |
| HSL | 199.09º | 0.12% | 0.65% | - |
| HSV(B) | 199.09º | 0.12% | 0.69% | - |
| XYZ | 35.83 | 38.89 | 47.21 | - |
| YUV | 166.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 177 | 0.12 | 0.04 | 0 | 0.31 | 199.09 | 0.12 | 0.65 |
| Hex | 9B | AA | B1 | C | 4 | 0 | 1F | C7 | C | 41 |
| Octal | 233 | 252 | 261 | 14 | 4 | 0 | 37 | 307 | 14 | 101 |
| Binary | 10011011 | 10101010 | 10110001 | 1100 | 100 | 0 | 11111 | 11000111 | 1100 | 1000001 |
Color Harmonies of #9BAAB1
Complementary color
Monochromatic Colors of #9BAAB1
Black with #9BAAB1
Text Example
Text Example
White with #9BAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAAB1; }
p { color: rgb(155,170,177); }
H1.HeaderClassName
{
color: #9BAAB1;
}
.AnyTagClassName
{
color: #9BAAB1;
}
</style>
background-color css
<style>
a { background-color: #9BAAB1; }
a { background-color: rgb(155,170,177); }
div.DivClassName
{
background-color: #9BAAB1;
}
.BgClassName
{
background-color: #9BAAB1;
}
</style>
border-color css
<style>
span { border-color: #9BAAB1; }
span { border-color: rgb(155,170,177); }
td.TdClassName
{
border-color: #9BAAB1;
}
.TagClassName
{
border-color: #9BAAB1;
}
</style>