#9BADAC

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

Shades of Hit Grey #9BADAC

Tints of Hit Grey #9BADAC

Color information

#9BADAC (or 0x9BADAC) is unknown color: approx Hit Grey. HEX triplet: 9B, AD and AC. RGB value is (155,173,172). Sum of RGB (Red+Green+Blue) = 155+173+172=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 173 - color contains mainly: green. Hex color #9BADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BADAC is #645253. Grayscale: #A7A7A7. Windows color (decimal): -6574676 or 11316635. OLE color: 11316635.

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

Color convert

RGB155173172-
CMYK0.1000.010.32
HSL176.67º9.89%64.31%-
HSV(B)176.67º10.4%67.84%-
XYZ35.9139.8344.83-
YUV167.5130.54119.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=31%
G=34.6%
B=34.4%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551731720.1000.010.32176.679.8964.31
Hex9BADACA0120b1a40
Octal23325525412014026112100
Binary1001101110101101101011001010011000001011000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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