#9BA1AD

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

Shades of Mischka #9BA1AD

Tints of Mischka #9BA1AD

Color information

#9BA1AD (or 0x9BA1AD) is unknown color: approx Mischka. HEX triplet: 9B, A1 and AD. RGB value is (155,161,173). Sum of RGB (Red+Green+Blue) = 155+161+173=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 173 - color contains mainly: blue. Hex color #9BA1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA1AD is #645E52. Grayscale: #A0A0A0. Windows color (decimal): -6577747 or 11379099. OLE color: 11379099.

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

Color convert

RGB155161173-
CMYK0.100.0700.32
HSL220º9.89%64.31%-
HSV(B)220º10.4%67.84%-
XYZ33.8135.4844.6-
YUV160.57135.01124.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.70%
GREEN value IS 161 (63.28% from 255) = 32.92%
BLUE value IS 173 (67.97% from 255) = 35.38%
R=31.70%
G=32.92%
B=35.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551611730.100.0700.322209.8964.31
Hex9BA1ADA7020dca40
Octal23324125512704033412100
Binary100110111010000110101101101011101000001101110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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