#9BA9AD

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

Shades of Gull Grey #9BA9AD

Tints of Gull Grey #9BA9AD

Color information

#9BA9AD (or 0x9BA9AD) is unknown color: approx Gull Grey. HEX triplet: 9B, A9 and AD. RGB value is (155,169,173). Sum of RGB (Red+Green+Blue) = 155+169+173=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 173 - color contains mainly: blue. Hex color #9BA9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA9AD is #645652. Grayscale: #A5A5A5. Windows color (decimal): -6575699 or 11381147. OLE color: 11381147.

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

Color convert

RGB155169173-
CMYK0.100.0200.32
HSL193.33º9.89%64.31%-
HSV(B)193.33º10.4%67.84%-
XYZ35.2538.3645.08-
YUV165.27132.36120.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.19%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=31.19%
G=34.00%
B=34.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551691730.100.0200.32193.339.8964.31
Hex9BA9ADA2020c1a40
Octal23325125512204030112100
Binary10011011101010011010110110101001000001100000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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