Shades of Gull Grey #9BACB2
Tints of Gull Grey #9BACB2
RGB
CMYK
RGB Variations
Color information
#9BACB2 (or 0x9BACB2) is known color: Gull Grey. HEX triplet: 9B, AC and B2. RGB value is (155,172,178). Sum of RGB (Red+Green+Blue) = 155+172+178=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 178 - color contains mainly: blue. Hex color #9BACB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BACB2 is #64534D. Grayscale: #A7A7A7. Windows color (decimal): -6574926 or 11709595. OLE color: 11709595.
HSL color Cylindrical-coordinate representation of color #9BACB2: hue angle of 195.65º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9BACB2 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 172 | 178 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.30 |
| HSL | 195.65º | 0.13% | 0.65% | - |
| HSV(B) | 195.65º | 0.13% | 0.7% | - |
| XYZ | 36.31 | 39.69 | 47.87 | - |
| YUV | 167.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 178 | 0.13 | 0.03 | 0 | 0.30 | 195.65 | 0.13 | 0.65 |
| Hex | 9B | AC | B2 | D | 3 | 0 | 1E | C4 | D | 41 |
| Octal | 233 | 254 | 262 | 15 | 3 | 0 | 36 | 304 | 15 | 101 |
| Binary | 10011011 | 10101100 | 10110010 | 1101 | 11 | 0 | 11110 | 11000100 | 1101 | 1000001 |
Color Harmonies of #9BACB2
Complementary color
Monochromatic Colors of #9BACB2
Black with #9BACB2
Text Example
Text Example
White with #9BACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BACB2; }
p { color: rgb(155,172,178); }
H1.HeaderClassName
{
color: #9BACB2;
}
.AnyTagClassName
{
color: #9BACB2;
}
</style>
background-color css
<style>
a { background-color: #9BACB2; }
a { background-color: rgb(155,172,178); }
div.DivClassName
{
background-color: #9BACB2;
}
.BgClassName
{
background-color: #9BACB2;
}
</style>
border-color css
<style>
span { border-color: #9BACB2; }
span { border-color: rgb(155,172,178); }
td.TdClassName
{
border-color: #9BACB2;
}
.TagClassName
{
border-color: #9BACB2;
}
</style>