#9BA8AA

Color #9BA8AA Gull Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gull Grey #9BA8AA

Tints of Gull Grey #9BA8AA

Color information

#9BA8AA (or 0x9BA8AA) is unknown color: approx Gull Grey. HEX triplet: 9B, A8 and AA. RGB value is (155,168,170). Sum of RGB (Red+Green+Blue) = 155+168+170=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 170 - color contains mainly: blue. Hex color #9BA8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA8AA is #645755. Grayscale: #A4A4A4. Windows color (decimal): -6575958 or 11184283. OLE color: 11184283.

HSL color Cylindrical-coordinate representation of color #9BA8AA: hue angle of 188º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9BA8AA is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB155168170-
CMYK0.090.0100.33
HSL188º8.11%63.73%-
HSV(B)188º8.82%66.67%-
XYZ34.7837.8843.51-
YUV164.34131.19121.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 31.44%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=31.44%
G=34.08%
B=34.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551681700.090.0100.331888.1163.73
Hex9BA8AA91021bc840
Octal23325025211104127410100
Binary1001101110101000101010101001101000011011110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BA8AA; }

 p { color: rgb(155,168,170); }

 H1.HeaderClassName
 {
   color: #9BA8AA;
 }
 .AnyTagClassName
 {
   color: #9BA8AA;
 }
</style>
background-color css

<style>
 a { background-color: #9BA8AA; }

 a { background-color: rgb(155,168,170); }

 div.DivClassName
 {
   background-color: #9BA8AA;
 }
 .BgClassName
 {
   background-color: #9BA8AA;
 }
</style>
border-color css

<style>
 span { border-color: #9BA8AA; }

 span { border-color: rgb(155,168,170); }

 td.TdClassName
 {
   border-color: #9BA8AA;
 }
 .TagClassName
 {
   border-color: #9BA8AA;
 }
</style>