#9BA9AE

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

Shades of Gull Grey #9BA9AE

Tints of Gull Grey #9BA9AE

Color information

#9BA9AE (or 0x9BA9AE) is unknown color: approx Gull Grey. HEX triplet: 9B, A9 and AE. RGB value is (155,169,174). Sum of RGB (Red+Green+Blue) = 155+169+174=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 174 - color contains mainly: blue. Hex color #9BA9AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA9AE is #645651. Grayscale: #A5A5A5. Windows color (decimal): -6575698 or 11446683. OLE color: 11446683.

HSL color Cylindrical-coordinate representation of color #9BA9AE: hue angle of 195.79º 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 #9BA9AE is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB155169174-
CMYK0.110.0300.32
HSL195.79º10.5%64.51%-
HSV(B)195.79º10.92%68.24%-
XYZ35.3538.445.59-
YUV165.38132.86120.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.12%
GREEN value IS 169 (66.41% from 255) = 33.94%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=31.12%
G=33.94%
B=34.94%

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
Decimal1551691740.110.0300.32195.7910.564.51
Hex9BA9AEB3020c4a41
Octal23325125613304030412101
Binary10011011101010011010111010111101000001100010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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