Shades of Gull Grey #9DADB0
Tints of Gull Grey #9DADB0
RGB
CMYK
RGB Variations
Color information
#9DADB0 (or 0x9DADB0) is known color: Gull Grey. HEX triplet: 9D, AD and B0. RGB value is (157,173,176). Sum of RGB (Red+Green+Blue) = 157+173+176=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 176 - color contains mainly: blue. Hex color #9DADB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DADB0 is #62524F. Grayscale: #A8A8A8. Windows color (decimal): -6443600 or 11578781. OLE color: 11578781.
HSL color Cylindrical-coordinate representation of color #9DADB0: hue angle of 189.47º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9DADB0 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 173 | 176 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.31 |
| HSL | 189.47º | 0.11% | 0.65% | - |
| HSV(B) | 189.47º | 0.11% | 0.69% | - |
| XYZ | 36.68 | 40.19 | 46.9 | - |
| YUV | 168.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 173 | 176 | 0.11 | 0.02 | 0 | 0.31 | 189.47 | 0.11 | 0.65 |
| Hex | 9D | AD | B0 | B | 2 | 0 | 1F | BD | B | 41 |
| Octal | 235 | 255 | 260 | 13 | 2 | 0 | 37 | 275 | 13 | 101 |
| Binary | 10011101 | 10101101 | 10110000 | 1011 | 10 | 0 | 11111 | 10111101 | 1011 | 1000001 |
Color Harmonies of #9DADB0
Complementary color
Monochromatic Colors of #9DADB0
Black with #9DADB0
Text Example
Text Example
White with #9DADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DADB0; }
p { color: rgb(157,173,176); }
H1.HeaderClassName
{
color: #9DADB0;
}
.AnyTagClassName
{
color: #9DADB0;
}
</style>
background-color css
<style>
a { background-color: #9DADB0; }
a { background-color: rgb(157,173,176); }
div.DivClassName
{
background-color: #9DADB0;
}
.BgClassName
{
background-color: #9DADB0;
}
</style>
border-color css
<style>
span { border-color: #9DADB0; }
span { border-color: rgb(157,173,176); }
td.TdClassName
{
border-color: #9DADB0;
}
.TagClassName
{
border-color: #9DADB0;
}
</style>