#9BA8AE

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

Shades of Gull Grey #9BA8AE

Tints of Gull Grey #9BA8AE

Color information

#9BA8AE (or 0x9BA8AE) is unknown color: approx Gull Grey. HEX triplet: 9B, A8 and AE. RGB value is (155,168,174). Sum of RGB (Red+Green+Blue) = 155+168+174=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #9BA8AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA8AE is #645751. Grayscale: #A4A4A4. Windows color (decimal): -6575954 or 11446427. OLE color: 11446427.

HSL color Cylindrical-coordinate representation of color #9BA8AE: hue angle of 198.95º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BA8AE is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB155168174-
CMYK0.110.0300.32
HSL198.95º10.5%64.51%-
HSV(B)198.95º10.92%68.24%-
XYZ35.1638.0345.53-
YUV164.8133.19121.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.19%
GREEN value IS 168 (66.02% from 255) = 33.80%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=31.19%
G=33.80%
B=35.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551681740.110.0300.32198.9510.564.51
Hex9BA8AEB3020c7a41
Octal23325025613304030712101
Binary10011011101010001010111010111101000001100011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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