#9BAAAE

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

Shades of Gull Grey #9BAAAE

Tints of Gull Grey #9BAAAE

Color information

#9BAAAE (or 0x9BAAAE) is unknown color: approx Gull Grey. HEX triplet: 9B, AA and AE. RGB value is (155,170,174). Sum of RGB (Red+Green+Blue) = 155+170+174=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 174 - color contains mainly: blue. Hex color #9BAAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAAAE is #645551. Grayscale: #A5A5A5. Windows color (decimal): -6575442 or 11446939. OLE color: 11446939.

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

Color convert

RGB155170174-
CMYK0.110.0200.32
HSL192.63º10.5%64.51%-
HSV(B)192.63º10.92%68.24%-
XYZ35.5338.7745.66-
YUV165.97132.53120.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.06%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=31.06%
G=34.07%
B=34.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551701740.110.0200.32192.6310.564.51
Hex9BAAAEB2020c1a41
Octal23325225613204030112101
Binary10011011101010101010111010111001000001100000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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