Html Css Color HEX #ADB1BC Mischka

📋 copy color: '#ADB1BC'

red 173 ◦ green 177 ◦ blue 188

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

Shades of Mischka #ADB1BC

Tints of Mischka #ADB1BC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.9%

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

R = 32.16%
G = 32.9%
B = 34.94%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ADB1BC (or 0xADB1BC) is known color: Mischka. HEX triplet: AD, B1 and BC. RGB value is (173,177,188). Sum of RGB (Red+Green+Blue) = 173+177+188=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADB1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1BC is #524E43. Grayscale: #B1B1B1. Windows color (decimal): -5393988 or 12366253. OLE color: 12366253.

HSL color Cylindrical-coordinate representation of color #ADB1BC: hue angle of 224º 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 #ADB1BC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 177 188 -
CMYK 0.08 0.06 0 0.26
HSL 224º 0.1% 0.71% -
HSV(B) 224º 0.08% 0.74% -
XYZ 42.03 43.96 53.85 -
YUV 177.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 173 177 188 0.08 0.06 0 0.26 224 0.1 0.71
Hex AD B1 BC 8 6 0 1A E0 A 47
Octal 255 261 274 10 6 0 32 340 12 107
Binary 10101101 10110001 10111100 1000 110 0 11010 11100000 1010 1000111

Color Harmonies of #ADB1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1BC

Black with #ADB1BC

Text Example


Text Example

White with #ADB1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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