Html Css Color HEX #ADB3BB Mischka

📋 copy color: '#ADB3BB'

red 173 ◦ green 179 ◦ blue 187

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

Shades of Mischka #ADB3BB

Tints of Mischka #ADB3BB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.21%

 BLUE value IS 187 (73.44% from 255) = 34.69%

R = 32.1%
G = 33.21%
B = 34.69%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADB3BB (or 0xADB3BB) is known color: Mischka. HEX triplet: AD, B3 and BB. RGB value is (173,179,187). Sum of RGB (Red+Green+Blue) = 173+179+187=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADB3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3BB is #524C44. Grayscale: #B2B2B2. Windows color (decimal): -5393477 or 12301229. OLE color: 12301229.

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

Color convert

RGB 173 179 187 -
CMYK 0.07 0.04 0 0.27
HSL 214.29º 0.09% 0.71% -
HSV(B) 214.29º 0.07% 0.73% -
XYZ 42.32 44.71 53.41 -
YUV 178.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 173 179 187 0.07 0.04 0 0.27 214.29 0.09 0.71
Hex AD B3 BB 7 4 0 1B D6 9 47
Octal 255 263 273 7 4 0 33 326 11 107
Binary 10101101 10110011 10111011 111 100 0 11011 11010110 1001 1000111

Color Harmonies of #ADB3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB3BB

Black with #ADB3BB

Text Example


Text Example

White with #ADB3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB3BB; }

 p { color: rgb(173,179,187); }

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

background-color css

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

 a { background-color: rgb(173,179,187); }

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

border-color css

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

 span { border-color: rgb(173,179,187); }

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