Html Css Color HEX #ADB2BB Mischka

📋 copy color: '#ADB2BB'

red 173 ◦ green 178 ◦ blue 187

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

Shades of Mischka #ADB2BB

Tints of Mischka #ADB2BB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.09%

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

R = 32.16%
G = 33.09%
B = 34.76%

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

#ADB2BB (or 0xADB2BB) is known color: Mischka. HEX triplet: AD, B2 and BB. RGB value is (173,178,187). Sum of RGB (Red+Green+Blue) = 173+178+187=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADB2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2BB is #524D44. Grayscale: #B1B1B1. Windows color (decimal): -5393733 or 12300973. OLE color: 12300973.

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

Color convert

RGB 173 178 187 -
CMYK 0.07 0.05 0 0.27
HSL 218.57º 0.09% 0.71% -
HSV(B) 218.57º 0.07% 0.73% -
XYZ 42.12 44.31 53.35 -
YUV 177.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 173 178 187 0.07 0.05 0 0.27 218.57 0.09 0.71
Hex AD B2 BB 7 5 0 1B DB 9 47
Octal 255 262 273 7 5 0 33 333 11 107
Binary 10101101 10110010 10111011 111 101 0 11011 11011011 1001 1000111

Color Harmonies of #ADB2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2BB

Black with #ADB2BB

Text Example


Text Example

White with #ADB2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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