Shades of Gull Grey #9CABB0
Tints of Gull Grey #9CABB0
RGB
CMYK
RGB Variations
Color information
#9CABB0 (or 0x9CABB0) is known color: Gull Grey. HEX triplet: 9C, AB and B0. RGB value is (156,171,176). Sum of RGB (Red+Green+Blue) = 156+171+176=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 176 - color contains mainly: blue. Hex color #9CABB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CABB0 is #63544F. Grayscale: #A7A7A7. Windows color (decimal): -6509648 or 11578268. OLE color: 11578268.
HSL color Cylindrical-coordinate representation of color #9CABB0: hue angle of 195º 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 #9CABB0 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 171 | 176 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.31 |
| HSL | 195º | 0.11% | 0.65% | - |
| HSV(B) | 195º | 0.11% | 0.69% | - |
| XYZ | 36.11 | 39.33 | 46.76 | - |
| YUV | 167.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 171 | 176 | 0.11 | 0.03 | 0 | 0.31 | 195 | 0.11 | 0.65 |
| Hex | 9C | AB | B0 | B | 3 | 0 | 1F | C3 | B | 41 |
| Octal | 234 | 253 | 260 | 13 | 3 | 0 | 37 | 303 | 13 | 101 |
| Binary | 10011100 | 10101011 | 10110000 | 1011 | 11 | 0 | 11111 | 11000011 | 1011 | 1000001 |
Color Harmonies of #9CABB0
Complementary color
Monochromatic Colors of #9CABB0
Black with #9CABB0
Text Example
Text Example
White with #9CABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CABB0; }
p { color: rgb(156,171,176); }
H1.HeaderClassName
{
color: #9CABB0;
}
.AnyTagClassName
{
color: #9CABB0;
}
</style>
background-color css
<style>
a { background-color: #9CABB0; }
a { background-color: rgb(156,171,176); }
div.DivClassName
{
background-color: #9CABB0;
}
.BgClassName
{
background-color: #9CABB0;
}
</style>
border-color css
<style>
span { border-color: #9CABB0; }
span { border-color: rgb(156,171,176); }
td.TdClassName
{
border-color: #9CABB0;
}
.TagClassName
{
border-color: #9CABB0;
}
</style>