Html Css Color HEX #ADB2BC Mischka

📋 copy color: '#ADB2BC'

red 173 ◦ green 178 ◦ blue 188

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

Shades of Mischka #ADB2BC

Tints of Mischka #ADB2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.88%

R = 32.1%
G = 33.02%
B = 34.88%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ADB2BC (or 0xADB2BC) is known color: Mischka. HEX triplet: AD, B2 and BC. RGB value is (173,178,188). Sum of RGB (Red+Green+Blue) = 173+178+188=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADB2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2BC is #524D43. Grayscale: #B1B1B1. Windows color (decimal): -5393732 or 12366509. OLE color: 12366509.

HSL color Cylindrical-coordinate representation of color #ADB2BC: hue angle of 220º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADB2BC is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 178 188 -
CMYK 0.08 0.05 0 0.26
HSL 220º 0.1% 0.71% -
HSV(B) 220º 0.08% 0.74% -
XYZ 42.23 44.36 53.91 -
YUV 177.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 173 178 188 0.08 0.05 0 0.26 220 0.1 0.71
Hex AD B2 BC 8 5 0 1A DC A 47
Octal 255 262 274 10 5 0 32 334 12 107
Binary 10101101 10110010 10111100 1000 101 0 11010 11011100 1010 1000111

Color Harmonies of #ADB2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2BC

Black with #ADB2BC

Text Example


Text Example

White with #ADB2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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