#ADB0BA

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

Shades of Mischka #ADB0BA

Tints of Mischka #ADB0BA

Color information

#ADB0BA (or 0xADB0BA) is unknown color: approx Mischka. HEX triplet: AD, B0 and BA. RGB value is (173,176,186). Sum of RGB (Red+Green+Blue) = 173+176+186=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADB0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0BA is #524F45. Grayscale: #B0B0B0. Windows color (decimal): -5394246 or 12234925. OLE color: 12234925.

HSL color Cylindrical-coordinate representation of color #ADB0BA: hue angle of 226.15º 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 #ADB0BA is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173176186-
CMYK0.070.0500.27
HSL226.15º8.61%70.39%-
HSV(B)226.15º6.99%72.94%-
XYZ41.6243.4852.65-
YUV176.24133.51125.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.34%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=32.34%
G=32.90%
B=34.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731761860.070.0500.27226.158.6170.39
HexADB0BA7501Be2946
Octal2552602727503334211106
Binary1010110110110000101110101111010110111110001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB0BA; }

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

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

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

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

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

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

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

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