Html Css Color HEX #ADB2BD Mischka

📋 copy color: '#ADB2BD'

red 173 ◦ green 178 ◦ blue 189

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

Shades of Mischka #ADB2BD

Tints of Mischka #ADB2BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35%

R = 32.04%
G = 32.96%
B = 35%

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

#ADB2BD (or 0xADB2BD) is known color: Mischka. HEX triplet: AD, B2 and BD. RGB value is (173,178,189). Sum of RGB (Red+Green+Blue) = 173+178+189=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADB2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2BD is #524D42. Grayscale: #B1B1B1. Windows color (decimal): -5393731 or 12432045. OLE color: 12432045.

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

Color convert

RGB 173 178 189 -
CMYK 0.08 0.06 0 0.26
HSL 221.25º 0.11% 0.71% -
HSV(B) 221.25º 0.08% 0.74% -
XYZ 42.34 44.4 54.48 -
YUV 177.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 173 178 189 0.08 0.06 0 0.26 221.25 0.11 0.71
Hex AD B2 BD 8 6 0 1A DD B 47
Octal 255 262 275 10 6 0 32 335 13 107
Binary 10101101 10110010 10111101 1000 110 0 11010 11011101 1011 1000111

Color Harmonies of #ADB2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2BD

Black with #ADB2BD

Text Example


Text Example

White with #ADB2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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