#9BADA2

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

Shades of Tower Grey #9BADA2

Tints of Tower Grey #9BADA2

Color information

#9BADA2 (or 0x9BADA2) is unknown color: approx Tower Grey. HEX triplet: 9B, AD and A2. RGB value is (155,173,162). Sum of RGB (Red+Green+Blue) = 155+173+162=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 173 - color contains mainly: green. Hex color #9BADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BADA2 is #64525D. Grayscale: #A6A6A6. Windows color (decimal): -6574686 or 10661275. OLE color: 10661275.

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

Color convert

RGB155173162-
CMYK0.1000.060.32
HSL143.33º9.89%64.31%-
HSV(B)143.33º10.4%67.84%-
XYZ34.9839.4639.96-
YUV166.36125.54119.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.63%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 162 (63.67% from 255) = 33.06%
R=31.63%
G=35.31%
B=33.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551731620.1000.060.32143.339.8964.31
Hex9BADA2A06208fa40
Octal23325524212064021712100
Binary100110111010110110100010101001101000001000111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BADA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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