Shades of Gull Grey #9DB2BA
Tints of Gull Grey #9DB2BA
RGB
CMYK
RGB Variations
Color information
#9DB2BA (or 0x9DB2BA) is known color: Gull Grey. HEX triplet: 9D, B2 and BA. RGB value is (157,178,186). Sum of RGB (Red+Green+Blue) = 157+178+186=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DB2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB2BA is #624D45. Grayscale: #ACACAC. Windows color (decimal): -6442310 or 12235421. OLE color: 12235421.
HSL color Cylindrical-coordinate representation of color #9DB2BA: hue angle of 196.55º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DB2BA is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 178 | 186 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.27 |
| HSL | 196.55º | 0.17% | 0.67% | - |
| HSV(B) | 196.55º | 0.16% | 0.73% | - |
| XYZ | 38.69 | 42.55 | 52.63 | - |
| YUV | 172.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 186 | 0.16 | 0.04 | 0 | 0.27 | 196.55 | 0.17 | 0.67 |
| Hex | 9D | B2 | BA | 10 | 4 | 0 | 1B | C5 | 11 | 43 |
| Octal | 235 | 262 | 272 | 20 | 4 | 0 | 33 | 305 | 21 | 103 |
| Binary | 10011101 | 10110010 | 10111010 | 10000 | 100 | 0 | 11011 | 11000101 | 10001 | 1000011 |
Color Harmonies of #9DB2BA
Complementary color
Monochromatic Colors of #9DB2BA
Black with #9DB2BA
Text Example
Text Example
White with #9DB2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB2BA; }
p { color: rgb(157,178,186); }
H1.HeaderClassName
{
color: #9DB2BA;
}
.AnyTagClassName
{
color: #9DB2BA;
}
</style>
background-color css
<style>
a { background-color: #9DB2BA; }
a { background-color: rgb(157,178,186); }
div.DivClassName
{
background-color: #9DB2BA;
}
.BgClassName
{
background-color: #9DB2BA;
}
</style>
border-color css
<style>
span { border-color: #9DB2BA; }
span { border-color: rgb(157,178,186); }
td.TdClassName
{
border-color: #9DB2BA;
}
.TagClassName
{
border-color: #9DB2BA;
}
</style>