Html Css Color HEX #ADB3BC Mischka

📋 copy color: '#ADB3BC'

red 173 ◦ green 179 ◦ blue 188

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

Shades of Mischka #ADB3BC

Tints of Mischka #ADB3BC

RGB

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

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

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

R = 32.04%
G = 33.15%
B = 34.81%

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

#ADB3BC (or 0xADB3BC) is known color: Mischka. HEX triplet: AD, B3 and BC. RGB value is (173,179,188). Sum of RGB (Red+Green+Blue) = 173+179+188=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADB3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3BC is #524C43. Grayscale: #B2B2B2. Windows color (decimal): -5393476 or 12366765. OLE color: 12366765.

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

Color convert

RGB 173 179 188 -
CMYK 0.08 0.05 0 0.26
HSL 216º 0.1% 0.71% -
HSV(B) 216º 0.08% 0.74% -
XYZ 42.43 44.76 53.98 -
YUV 178.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 173 179 188 0.08 0.05 0 0.26 216 0.1 0.71
Hex AD B3 BC 8 5 0 1A D8 A 47
Octal 255 263 274 10 5 0 32 330 12 107
Binary 10101101 10110011 10111100 1000 101 0 11010 11011000 1010 1000111

Color Harmonies of #ADB3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB3BC

Black with #ADB3BC

Text Example


Text Example

White with #ADB3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB3BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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