Shades of Gull Grey #9CADB2
Tints of Gull Grey #9CADB2
RGB
CMYK
RGB Variations
Color information
#9CADB2 (or 0x9CADB2) is known color: Gull Grey. HEX triplet: 9C, AD and B2. RGB value is (156,173,178). Sum of RGB (Red+Green+Blue) = 156+173+178=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 178 - color contains mainly: blue. Hex color #9CADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CADB2 is #63524D. Grayscale: #A8A8A8. Windows color (decimal): -6509134 or 11709852. OLE color: 11709852.
HSL color Cylindrical-coordinate representation of color #9CADB2: hue angle of 193.64º 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 #9CADB2 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 173 | 178 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.30 |
| HSL | 193.64º | 0.13% | 0.65% | - |
| HSV(B) | 193.64º | 0.12% | 0.7% | - |
| XYZ | 36.69 | 40.17 | 47.94 | - |
| YUV | 168.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 173 | 178 | 0.12 | 0.03 | 0 | 0.30 | 193.64 | 0.13 | 0.65 |
| Hex | 9C | AD | B2 | C | 3 | 0 | 1E | C2 | C | 41 |
| Octal | 234 | 255 | 262 | 14 | 3 | 0 | 36 | 302 | 14 | 101 |
| Binary | 10011100 | 10101101 | 10110010 | 1100 | 11 | 0 | 11110 | 11000010 | 1100 | 1000001 |
Color Harmonies of #9CADB2
Complementary color
Monochromatic Colors of #9CADB2
Black with #9CADB2
Text Example
Text Example
White with #9CADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CADB2; }
p { color: rgb(156,173,178); }
H1.HeaderClassName
{
color: #9CADB2;
}
.AnyTagClassName
{
color: #9CADB2;
}
</style>
background-color css
<style>
a { background-color: #9CADB2; }
a { background-color: rgb(156,173,178); }
div.DivClassName
{
background-color: #9CADB2;
}
.BgClassName
{
background-color: #9CADB2;
}
</style>
border-color css
<style>
span { border-color: #9CADB2; }
span { border-color: rgb(156,173,178); }
td.TdClassName
{
border-color: #9CADB2;
}
.TagClassName
{
border-color: #9CADB2;
}
</style>