Html Css Color HEX #ADB0B4 Mischka

📋 copy color: '#ADB0B4'

red 173 ◦ green 176 ◦ blue 180

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

Shades of Mischka #ADB0B4

Tints of Mischka #ADB0B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.03%

R = 32.7%
G = 33.27%
B = 34.03%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#ADB0B4 (or 0xADB0B4) is known color: Mischka. HEX triplet: AD, B0 and B4. RGB value is (173,176,180). Sum of RGB (Red+Green+Blue) = 173+176+180=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 180 - color contains mainly: blue. Hex color #ADB0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0B4 is #524F4B. Grayscale: #AFAFAF. Windows color (decimal): -5394252 or 11841709. OLE color: 11841709.

HSL color Cylindrical-coordinate representation of color #ADB0B4: hue angle of 214.29º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADB0B4 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 176 180 -
CMYK 0.04 0.02 0 0.29
HSL 214.29º 0.04% 0.69% -
HSV(B) 214.29º 0.04% 0.71% -
XYZ 41 43.23 49.36 -
YUV 175.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 173 176 180 0.04 0.02 0 0.29 214.29 0.04 0.69
Hex AD B0 B4 4 2 0 1D D6 4 45
Octal 255 260 264 4 2 0 35 326 4 105
Binary 10101101 10110000 10110100 100 10 0 11101 11010110 100 1000101

Color Harmonies of #ADB0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB0B4

Black with #ADB0B4

Text Example


Text Example

White with #ADB0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB0B4; }

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

 H1.HeaderClassName
 {
   color: #ADB0B4;
 }
 .AnyTagClassName
 {
   color: #ADB0B4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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