Shades of Gull Grey #ADB1B4
Tints of Gull Grey #ADB1B4
RGB
CMYK
RGB Variations
Color information
#ADB1B4 (or 0xADB1B4) is known color: Gull Grey. HEX triplet: AD, B1 and B4. RGB value is (173,177,180). Sum of RGB (Red+Green+Blue) = 173+177+180=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 180 - color contains mainly: blue. Hex color #ADB1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1B4 is #524E4B. Grayscale: #B0B0B0. Windows color (decimal): -5393996 or 11841965. OLE color: 11841965.
HSL color Cylindrical-coordinate representation of color #ADB1B4: hue angle of 205.71º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADB1B4 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 177 | 180 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.29 |
| HSL | 205.71º | 0.04% | 0.69% | - |
| HSV(B) | 205.71º | 0.04% | 0.71% | - |
| XYZ | 41.19 | 43.62 | 49.43 | - |
| YUV | 176.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 180 | 0.04 | 0.02 | 0 | 0.29 | 205.71 | 0.04 | 0.69 |
| Hex | AD | B1 | B4 | 4 | 2 | 0 | 1D | CE | 4 | 45 |
| Octal | 255 | 261 | 264 | 4 | 2 | 0 | 35 | 316 | 4 | 105 |
| Binary | 10101101 | 10110001 | 10110100 | 100 | 10 | 0 | 11101 | 11001110 | 100 | 1000101 |
Color Harmonies of #ADB1B4
Complementary color
Monochromatic Colors of #ADB1B4
Black with #ADB1B4
Text Example
Text Example
White with #ADB1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB1B4; }
p { color: rgb(173,177,180); }
H1.HeaderClassName
{
color: #ADB1B4;
}
.AnyTagClassName
{
color: #ADB1B4;
}
</style>
background-color css
<style>
a { background-color: #ADB1B4; }
a { background-color: rgb(173,177,180); }
div.DivClassName
{
background-color: #ADB1B4;
}
.BgClassName
{
background-color: #ADB1B4;
}
</style>
border-color css
<style>
span { border-color: #ADB1B4; }
span { border-color: rgb(173,177,180); }
td.TdClassName
{
border-color: #ADB1B4;
}
.TagClassName
{
border-color: #ADB1B4;
}
</style>