Shades of Gull Grey #9CABB2
Tints of Gull Grey #9CABB2
RGB
CMYK
RGB Variations
Color information
#9CABB2 (or 0x9CABB2) is known color: Gull Grey. HEX triplet: 9C, AB and B2. RGB value is (156,171,178). Sum of RGB (Red+Green+Blue) = 156+171+178=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 178 - color contains mainly: blue. Hex color #9CABB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CABB2 is #63544D. Grayscale: #A7A7A7. Windows color (decimal): -6509646 or 11709340. OLE color: 11709340.
HSL color Cylindrical-coordinate representation of color #9CABB2: hue angle of 199.09º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9CABB2 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 171 | 178 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.30 |
| HSL | 199.09º | 0.13% | 0.65% | - |
| HSV(B) | 199.09º | 0.12% | 0.7% | - |
| XYZ | 36.31 | 39.41 | 47.81 | - |
| YUV | 167.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 171 | 178 | 0.12 | 0.04 | 0 | 0.30 | 199.09 | 0.13 | 0.65 |
| Hex | 9C | AB | B2 | C | 4 | 0 | 1E | C7 | C | 41 |
| Octal | 234 | 253 | 262 | 14 | 4 | 0 | 36 | 307 | 14 | 101 |
| Binary | 10011100 | 10101011 | 10110010 | 1100 | 100 | 0 | 11110 | 11000111 | 1100 | 1000001 |
Color Harmonies of #9CABB2
Complementary color
Monochromatic Colors of #9CABB2
Black with #9CABB2
Text Example
Text Example
White with #9CABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CABB2; }
p { color: rgb(156,171,178); }
H1.HeaderClassName
{
color: #9CABB2;
}
.AnyTagClassName
{
color: #9CABB2;
}
</style>
background-color css
<style>
a { background-color: #9CABB2; }
a { background-color: rgb(156,171,178); }
div.DivClassName
{
background-color: #9CABB2;
}
.BgClassName
{
background-color: #9CABB2;
}
</style>
border-color css
<style>
span { border-color: #9CABB2; }
span { border-color: rgb(156,171,178); }
td.TdClassName
{
border-color: #9CABB2;
}
.TagClassName
{
border-color: #9CABB2;
}
</style>