Shades of Gull Grey #9BABB1
Tints of Gull Grey #9BABB1
RGB
CMYK
RGB Variations
Color information
#9BABB1 (or 0x9BABB1) is known color: Gull Grey. HEX triplet: 9B, AB and B1. RGB value is (155,171,177). Sum of RGB (Red+Green+Blue) = 155+171+177=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 177 - color contains mainly: blue. Hex color #9BABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BABB1 is #64544E. Grayscale: #A6A6A6. Windows color (decimal): -6575183 or 11643803. OLE color: 11643803.
HSL color Cylindrical-coordinate representation of color #9BABB1: hue angle of 196.36º 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 #9BABB1 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 171 | 177 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.31 |
| HSL | 196.36º | 0.12% | 0.65% | - |
| HSV(B) | 196.36º | 0.12% | 0.69% | - |
| XYZ | 36.02 | 39.27 | 47.28 | - |
| YUV | 166.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 177 | 0.12 | 0.03 | 0 | 0.31 | 196.36 | 0.12 | 0.65 |
| Hex | 9B | AB | B1 | C | 3 | 0 | 1F | C4 | C | 41 |
| Octal | 233 | 253 | 261 | 14 | 3 | 0 | 37 | 304 | 14 | 101 |
| Binary | 10011011 | 10101011 | 10110001 | 1100 | 11 | 0 | 11111 | 11000100 | 1100 | 1000001 |
Color Harmonies of #9BABB1
Complementary color
Monochromatic Colors of #9BABB1
Black with #9BABB1
Text Example
Text Example
White with #9BABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BABB1; }
p { color: rgb(155,171,177); }
H1.HeaderClassName
{
color: #9BABB1;
}
.AnyTagClassName
{
color: #9BABB1;
}
</style>
background-color css
<style>
a { background-color: #9BABB1; }
a { background-color: rgb(155,171,177); }
div.DivClassName
{
background-color: #9BABB1;
}
.BgClassName
{
background-color: #9BABB1;
}
</style>
border-color css
<style>
span { border-color: #9BABB1; }
span { border-color: rgb(155,171,177); }
td.TdClassName
{
border-color: #9BABB1;
}
.TagClassName
{
border-color: #9BABB1;
}
</style>