Shades of Gull Grey #9DB2BB
Tints of Gull Grey #9DB2BB
RGB
CMYK
RGB Variations
Color information
#9DB2BB (or 0x9DB2BB) is known color: Gull Grey. HEX triplet: 9D, B2 and BB. RGB value is (157,178,187). Sum of RGB (Red+Green+Blue) = 157+178+187=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #9DB2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB2BB is #624D44. Grayscale: #ACACAC. Windows color (decimal): -6442309 or 12300957. OLE color: 12300957.
HSL color Cylindrical-coordinate representation of color #9DB2BB: hue angle of 198º degrees, saturation: 0.18, 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 #9DB2BB is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 178 | 187 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.27 |
| HSL | 198º | 0.18% | 0.67% | - |
| HSV(B) | 198º | 0.16% | 0.73% | - |
| XYZ | 38.79 | 42.6 | 53.19 | - |
| YUV | 172.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 187 | 0.16 | 0.05 | 0 | 0.27 | 198 | 0.18 | 0.67 |
| Hex | 9D | B2 | BB | 10 | 5 | 0 | 1B | C6 | 12 | 43 |
| Octal | 235 | 262 | 273 | 20 | 5 | 0 | 33 | 306 | 22 | 103 |
| Binary | 10011101 | 10110010 | 10111011 | 10000 | 101 | 0 | 11011 | 11000110 | 10010 | 1000011 |
Color Harmonies of #9DB2BB
Complementary color
Monochromatic Colors of #9DB2BB
Black with #9DB2BB
Text Example
Text Example
White with #9DB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB2BB; }
p { color: rgb(157,178,187); }
H1.HeaderClassName
{
color: #9DB2BB;
}
.AnyTagClassName
{
color: #9DB2BB;
}
</style>
background-color css
<style>
a { background-color: #9DB2BB; }
a { background-color: rgb(157,178,187); }
div.DivClassName
{
background-color: #9DB2BB;
}
.BgClassName
{
background-color: #9DB2BB;
}
</style>
border-color css
<style>
span { border-color: #9DB2BB; }
span { border-color: rgb(157,178,187); }
td.TdClassName
{
border-color: #9DB2BB;
}
.TagClassName
{
border-color: #9DB2BB;
}
</style>