#9BAAAD

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

Shades of Gull Grey #9BAAAD

Tints of Gull Grey #9BAAAD

Color information

#9BAAAD (or 0x9BAAAD) is unknown color: approx Gull Grey. HEX triplet: 9B, AA and AD. RGB value is (155,170,173). Sum of RGB (Red+Green+Blue) = 155+170+173=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 173 - color contains mainly: blue. Hex color #9BAAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAAAD is #645552. Grayscale: #A5A5A5. Windows color (decimal): -6575443 or 11381403. OLE color: 11381403.

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

Color convert

RGB155170173-
CMYK0.100.0200.32
HSL190º9.89%64.31%-
HSV(B)190º10.4%67.84%-
XYZ35.4438.7445.14-
YUV165.86132.03120.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.12%
GREEN value IS 170 (66.80% from 255) = 34.14%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=31.12%
G=34.14%
B=34.74%

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
Decimal1551701730.100.0200.321909.8964.31
Hex9BAAADA2020bea40
Octal23325225512204027612100
Binary10011011101010101010110110101001000001011111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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