Shades of Gull Grey #9FB2BB
Tints of Gull Grey #9FB2BB
RGB
CMYK
RGB Variations
Color information
#9FB2BB (or 0x9FB2BB) is known color: Gull Grey. HEX triplet: 9F, B2 and BB. RGB value is (159,178,187). Sum of RGB (Red+Green+Blue) = 159+178+187=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 187 - color contains mainly: blue. Hex color #9FB2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB2BB is #604D44. Grayscale: #ADADAD. Windows color (decimal): -6311237 or 12300959. OLE color: 12300959.
HSL color Cylindrical-coordinate representation of color #9FB2BB: hue angle of 199.29º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FB2BB is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 178 | 187 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.27 |
| HSL | 199.29º | 0.17% | 0.68% | - |
| HSV(B) | 199.29º | 0.15% | 0.73% | - |
| XYZ | 39.19 | 42.8 | 53.21 | - |
| YUV | 173.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 178 | 187 | 0.15 | 0.05 | 0 | 0.27 | 199.29 | 0.17 | 0.68 |
| Hex | 9F | B2 | BB | F | 5 | 0 | 1B | C7 | 11 | 44 |
| Octal | 237 | 262 | 273 | 17 | 5 | 0 | 33 | 307 | 21 | 104 |
| Binary | 10011111 | 10110010 | 10111011 | 1111 | 101 | 0 | 11011 | 11000111 | 10001 | 1000100 |
Color Harmonies of #9FB2BB
Complementary color
Monochromatic Colors of #9FB2BB
Black with #9FB2BB
Text Example
Text Example
White with #9FB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB2BB; }
p { color: rgb(159,178,187); }
H1.HeaderClassName
{
color: #9FB2BB;
}
.AnyTagClassName
{
color: #9FB2BB;
}
</style>
background-color css
<style>
a { background-color: #9FB2BB; }
a { background-color: rgb(159,178,187); }
div.DivClassName
{
background-color: #9FB2BB;
}
.BgClassName
{
background-color: #9FB2BB;
}
</style>
border-color css
<style>
span { border-color: #9FB2BB; }
span { border-color: rgb(159,178,187); }
td.TdClassName
{
border-color: #9FB2BB;
}
.TagClassName
{
border-color: #9FB2BB;
}
</style>