#9BA9AF

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

Shades of Gull Grey #9BA9AF

Tints of Gull Grey #9BA9AF

Color information

#9BA9AF (or 0x9BA9AF) is unknown color: approx Gull Grey. HEX triplet: 9B, A9 and AF. RGB value is (155,169,175). Sum of RGB (Red+Green+Blue) = 155+169+175=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 175 - color contains mainly: blue. Hex color #9BA9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA9AF is #645650. Grayscale: #A5A5A5. Windows color (decimal): -6575697 or 11512219. OLE color: 11512219.

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

Color convert

RGB155169175-
CMYK0.110.0300.31
HSL198º11.11%64.71%-
HSV(B)198º11.43%68.63%-
XYZ35.4438.4446.11-
YUV165.5133.36120.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.06%
GREEN value IS 169 (66.41% from 255) = 33.87%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=31.06%
G=33.87%
B=35.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551691750.110.0300.3119811.1164.71
Hex9BA9AFB301Fc6b41
Octal23325125713303730613101
Binary1001101110101001101011111011110111111100011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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