Html Css Color HEX #ADB0BA Mischka

📋 copy color: '#ADB0BA'

red 173 ◦ green 176 ◦ blue 186

#ADB0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mischka #ADB0BA

Tints of Mischka #ADB0BA

RGB

 RED value IS 173 (67.97% from 255) = 32.34%

 GREEN value IS 176 (69.14% from 255) = 32.9%

 BLUE value IS 186 (73.05% from 255) = 34.77%

R = 32.34%
G = 32.9%
B = 34.77%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADB0BA (or 0xADB0BA) is known color: 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

RGB 173 176 186 -
CMYK 0.07 0.05 0 0.27
HSL 226.15º 0.09% 0.7% -
HSV(B) 226.15º 0.07% 0.73% -
XYZ 41.62 43.48 52.65 -
YUV 176.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 173 176 186 0.07 0.05 0 0.27 226.15 0.09 0.7
Hex AD B0 BA 7 5 0 1B E2 9 46
Octal 255 260 272 7 5 0 33 342 11 106
Binary 10101101 10110000 10111010 111 101 0 11011 11100010 1001 1000110

Color Harmonies of #ADB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB0BA

Black with #ADB0BA

Text Example


Text Example

White with #ADB0BA

Text Example


Text Example

HTML Codes & Css Web 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>