#9BADAB

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

Shades of Hit Grey #9BADAB

Tints of Hit Grey #9BADAB

Color information

#9BADAB (or 0x9BADAB) is unknown color: approx Hit Grey. HEX triplet: 9B, AD and AB. RGB value is (155,173,171). Sum of RGB (Red+Green+Blue) = 155+173+171=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 173 - color contains mainly: green. Hex color #9BADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BADAB is #645254. Grayscale: #A7A7A7. Windows color (decimal): -6574677 or 11251099. OLE color: 11251099.

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

Color convert

RGB155173171-
CMYK0.1000.010.32
HSL173.33º9.89%64.31%-
HSV(B)173.33º10.4%67.84%-
XYZ35.8139.844.32-
YUV167.39130.04119.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.06%
GREEN value IS 173 (67.97% from 255) = 34.67%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=31.06%
G=34.67%
B=34.27%

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
Decimal1551731710.1000.010.32173.339.8964.31
Hex9BADABA0120ada40
Octal23325525312014025512100
Binary1001101110101101101010111010011000001010110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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