Shades of Gull Grey #9CB0B2
Tints of Gull Grey #9CB0B2
RGB
CMYK
RGB Variations
Color information
#9CB0B2 (or 0x9CB0B2) is known color: Gull Grey. HEX triplet: 9C, B0 and B2. RGB value is (156,176,178). Sum of RGB (Red+Green+Blue) = 156+176+178=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 178 - color contains mainly: blue. Hex color #9CB0B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB0B2 is #634F4D. Grayscale: #AAAAAA. Windows color (decimal): -6508366 or 11710620. OLE color: 11710620.
HSL color Cylindrical-coordinate representation of color #9CB0B2: hue angle of 185.45º 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 #9CB0B2 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 176 | 178 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.30 |
| HSL | 185.45º | 0.13% | 0.65% | - |
| HSV(B) | 185.45º | 0.12% | 0.7% | - |
| XYZ | 37.27 | 41.33 | 48.13 | - |
| YUV | 170.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 176 | 178 | 0.12 | 0.01 | 0 | 0.30 | 185.45 | 0.13 | 0.65 |
| Hex | 9C | B0 | B2 | C | 1 | 0 | 1E | B9 | C | 41 |
| Octal | 234 | 260 | 262 | 14 | 1 | 0 | 36 | 271 | 14 | 101 |
| Binary | 10011100 | 10110000 | 10110010 | 1100 | 1 | 0 | 11110 | 10111001 | 1100 | 1000001 |
Color Harmonies of #9CB0B2
Complementary color
Monochromatic Colors of #9CB0B2
Black with #9CB0B2
Text Example
Text Example
White with #9CB0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB0B2; }
p { color: rgb(156,176,178); }
H1.HeaderClassName
{
color: #9CB0B2;
}
.AnyTagClassName
{
color: #9CB0B2;
}
</style>
background-color css
<style>
a { background-color: #9CB0B2; }
a { background-color: rgb(156,176,178); }
div.DivClassName
{
background-color: #9CB0B2;
}
.BgClassName
{
background-color: #9CB0B2;
}
</style>
border-color css
<style>
span { border-color: #9CB0B2; }
span { border-color: rgb(156,176,178); }
td.TdClassName
{
border-color: #9CB0B2;
}
.TagClassName
{
border-color: #9CB0B2;
}
</style>