Html Css Color HEX #ADB4BE Mischka

📋 copy color: '#ADB4BE'

red 173 ◦ green 180 ◦ blue 190

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

Shades of Mischka #ADB4BE

Tints of Mischka #ADB4BE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.15%

 BLUE value IS 190 (74.61% from 255) = 34.99%

R = 31.86%
G = 33.15%
B = 34.99%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADB4BE (or 0xADB4BE) is known color: Mischka. HEX triplet: AD, B4 and BE. RGB value is (173,180,190). Sum of RGB (Red+Green+Blue) = 173+180+190=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADB4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB4BE is #524B41. Grayscale: #B3B3B3. Windows color (decimal): -5393218 or 12498093. OLE color: 12498093.

HSL color Cylindrical-coordinate representation of color #ADB4BE: hue angle of 215.29º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADB4BE is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 180 190 -
CMYK 0.09 0.05 0 0.25
HSL 215.29º 0.12% 0.71% -
HSV(B) 215.29º 0.09% 0.75% -
XYZ 42.85 45.24 55.19 -
YUV 179.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 173 180 190 0.09 0.05 0 0.25 215.29 0.12 0.71
Hex AD B4 BE 9 5 0 19 D7 C 47
Octal 255 264 276 11 5 0 31 327 14 107
Binary 10101101 10110100 10111110 1001 101 0 11001 11010111 1100 1000111

Color Harmonies of #ADB4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4BE

Black with #ADB4BE

Text Example


Text Example

White with #ADB4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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