Shades of Gull Grey #9CB0B4
Tints of Gull Grey #9CB0B4
RGB
CMYK
RGB Variations
Color information
#9CB0B4 (or 0x9CB0B4) is known color: Gull Grey. HEX triplet: 9C, B0 and B4. RGB value is (156,176,180). Sum of RGB (Red+Green+Blue) = 156+176+180=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 180 - color contains mainly: blue. Hex color #9CB0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB0B4 is #634F4B. Grayscale: #AAAAAA. Windows color (decimal): -6508364 or 11841692. OLE color: 11841692.
HSL color Cylindrical-coordinate representation of color #9CB0B4: hue angle of 190º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9CB0B4 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 176 | 180 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.29 |
| HSL | 190º | 0.14% | 0.66% | - |
| HSV(B) | 190º | 0.13% | 0.71% | - |
| XYZ | 37.47 | 41.41 | 49.2 | - |
| YUV | 170.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 176 | 180 | 0.13 | 0.02 | 0 | 0.29 | 190 | 0.14 | 0.66 |
| Hex | 9C | B0 | B4 | D | 2 | 0 | 1D | BE | E | 42 |
| Octal | 234 | 260 | 264 | 15 | 2 | 0 | 35 | 276 | 16 | 102 |
| Binary | 10011100 | 10110000 | 10110100 | 1101 | 10 | 0 | 11101 | 10111110 | 1110 | 1000010 |
Color Harmonies of #9CB0B4
Complementary color
Monochromatic Colors of #9CB0B4
Black with #9CB0B4
Text Example
Text Example
White with #9CB0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB0B4; }
p { color: rgb(156,176,180); }
H1.HeaderClassName
{
color: #9CB0B4;
}
.AnyTagClassName
{
color: #9CB0B4;
}
</style>
background-color css
<style>
a { background-color: #9CB0B4; }
a { background-color: rgb(156,176,180); }
div.DivClassName
{
background-color: #9CB0B4;
}
.BgClassName
{
background-color: #9CB0B4;
}
</style>
border-color css
<style>
span { border-color: #9CB0B4; }
span { border-color: rgb(156,176,180); }
td.TdClassName
{
border-color: #9CB0B4;
}
.TagClassName
{
border-color: #9CB0B4;
}
</style>