#9BADAE

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

Shades of Hit Grey #9BADAE

Tints of Hit Grey #9BADAE

Color information

#9BADAE (or 0x9BADAE) is unknown color: approx Hit Grey. HEX triplet: 9B, AD and AE. RGB value is (155,173,174). Sum of RGB (Red+Green+Blue) = 155+173+174=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 174 - color contains mainly: blue. Hex color #9BADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BADAE is #645251. Grayscale: #A7A7A7. Windows color (decimal): -6574674 or 11447707. OLE color: 11447707.

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

Color convert

RGB155173174-
CMYK0.110.0100.32
HSL183.16º10.5%64.51%-
HSV(B)183.16º10.92%68.24%-
XYZ36.139.9145.85-
YUV167.73131.54118.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.88%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=30.88%
G=34.46%
B=34.66%

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
Decimal1551731740.110.0100.32183.1610.564.51
Hex9BADAEB1020b7a41
Octal23325525613104026712101
Binary1001101110101101101011101011101000001011011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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