Shades of Gull Grey #9BABB2
Tints of Gull Grey #9BABB2
RGB
CMYK
RGB Variations
Color information
#9BABB2 (or 0x9BABB2) is known color: Gull Grey. HEX triplet: 9B, AB and B2. RGB value is (155,171,178). Sum of RGB (Red+Green+Blue) = 155+171+178=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 178 - color contains mainly: blue. Hex color #9BABB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BABB2 is #64544D. Grayscale: #A6A6A6. Windows color (decimal): -6575182 or 11709339. OLE color: 11709339.
HSL color Cylindrical-coordinate representation of color #9BABB2: hue angle of 198.26º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9BABB2 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 171 | 178 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.30 |
| HSL | 198.26º | 0.13% | 0.65% | - |
| HSV(B) | 198.26º | 0.13% | 0.7% | - |
| XYZ | 36.12 | 39.31 | 47.8 | - |
| YUV | 167.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 178 | 0.13 | 0.04 | 0 | 0.30 | 198.26 | 0.13 | 0.65 |
| Hex | 9B | AB | B2 | D | 4 | 0 | 1E | C6 | D | 41 |
| Octal | 233 | 253 | 262 | 15 | 4 | 0 | 36 | 306 | 15 | 101 |
| Binary | 10011011 | 10101011 | 10110010 | 1101 | 100 | 0 | 11110 | 11000110 | 1101 | 1000001 |
Color Harmonies of #9BABB2
Complementary color
Monochromatic Colors of #9BABB2
Black with #9BABB2
Text Example
Text Example
White with #9BABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BABB2; }
p { color: rgb(155,171,178); }
H1.HeaderClassName
{
color: #9BABB2;
}
.AnyTagClassName
{
color: #9BABB2;
}
</style>
background-color css
<style>
a { background-color: #9BABB2; }
a { background-color: rgb(155,171,178); }
div.DivClassName
{
background-color: #9BABB2;
}
.BgClassName
{
background-color: #9BABB2;
}
</style>
border-color css
<style>
span { border-color: #9BABB2; }
span { border-color: rgb(155,171,178); }
td.TdClassName
{
border-color: #9BABB2;
}
.TagClassName
{
border-color: #9BABB2;
}
</style>