#ADB2BA

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

Shades of Mischka #ADB2BA

Tints of Mischka #ADB2BA

Color information

#ADB2BA (or 0xADB2BA) is unknown color: approx Mischka. HEX triplet: AD, B2 and BA. RGB value is (173,178,186). Sum of RGB (Red+Green+Blue) = 173+178+186=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADB2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2BA is #524D45. Grayscale: #B1B1B1. Windows color (decimal): -5393734 or 12235437. OLE color: 12235437.

HSL color Cylindrical-coordinate representation of color #ADB2BA: hue angle of 216.92º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADB2BA is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173178186-
CMYK0.070.0400.27
HSL216.92º8.61%70.39%-
HSV(B)216.92º6.99%72.94%-
XYZ42.0244.2752.78-
YUV177.42132.84124.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.22%
GREEN value IS 178 (69.92% from 255) = 33.15%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=32.22%
G=33.15%
B=34.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731781860.070.0400.27216.928.6170.39
HexADB2BA7401Bd9946
Octal2552622727403333111106
Binary1010110110110010101110101111000110111101100110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB2BA; }

 p { color: rgb(173,178,186); }

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

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

 a { background-color: rgb(173,178,186); }

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

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

 span { border-color: rgb(173,178,186); }

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