#9BACAE

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

Shades of Gull Grey #9BACAE

Tints of Gull Grey #9BACAE

Color information

#9BACAE (or 0x9BACAE) is unknown color: approx Gull Grey. HEX triplet: 9B, AC and AE. RGB value is (155,172,174). Sum of RGB (Red+Green+Blue) = 155+172+174=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 174 - color contains mainly: blue. Hex color #9BACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BACAE is #645351. Grayscale: #A7A7A7. Windows color (decimal): -6574930 or 11447451. OLE color: 11447451.

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

Color convert

RGB155172174-
CMYK0.110.0100.32
HSL186.32º10.5%64.51%-
HSV(B)186.32º10.92%68.24%-
XYZ35.9139.5345.78-
YUV167.14131.87119.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.94%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=30.94%
G=34.33%
B=34.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551721740.110.0100.32186.3210.564.51
Hex9BACAEB1020baa41
Octal23325425613104027212101
Binary1001101110101100101011101011101000001011101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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