#9BAAAB

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

Shades of Hit Grey #9BAAAB

Tints of Hit Grey #9BAAAB

Color information

#9BAAAB (or 0x9BAAAB) is unknown color: approx Hit Grey. HEX triplet: 9B, AA and AB. RGB value is (155,170,171). Sum of RGB (Red+Green+Blue) = 155+170+171=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 171 - color contains mainly: blue. Hex color #9BAAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAAAB is #645554. Grayscale: #A5A5A5. Windows color (decimal): -6575445 or 11250331. OLE color: 11250331.

HSL color Cylindrical-coordinate representation of color #9BAAAB: hue angle of 183.75º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9BAAAB is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB155170171-
CMYK0.090.0100.33
HSL183.75º8.7%63.92%-
HSV(B)183.75º9.36%67.06%-
XYZ35.2438.6644.13-
YUV165.63131.03120.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.25%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=31.25%
G=34.27%
B=34.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551701710.090.0100.33183.758.763.92
Hex9BAAAB91021b8940
Octal23325225311104127011100
Binary1001101110101010101010111001101000011011100010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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