#9BA8AD

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

Shades of Gull Grey #9BA8AD

Tints of Gull Grey #9BA8AD

Color information

#9BA8AD (or 0x9BA8AD) is unknown color: approx Gull Grey. HEX triplet: 9B, A8 and AD. RGB value is (155,168,173). Sum of RGB (Red+Green+Blue) = 155+168+173=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 173 - color contains mainly: blue. Hex color #9BA8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA8AD is #645752. Grayscale: #A4A4A4. Windows color (decimal): -6575955 or 11380891. OLE color: 11380891.

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

Color convert

RGB155168173-
CMYK0.100.0300.32
HSL196.67º9.89%64.31%-
HSV(B)196.67º10.4%67.84%-
XYZ35.0637.9945.02-
YUV164.68132.69121.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.25%
GREEN value IS 168 (66.02% from 255) = 33.87%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=31.25%
G=33.87%
B=34.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551681730.100.0300.32196.679.8964.31
Hex9BA8ADA3020c5a40
Octal23325025512304030512100
Binary10011011101010001010110110101101000001100010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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