Html Css Color HEX #ADB0BC Mischka

📋 copy color: '#ADB0BC'

red 173 ◦ green 176 ◦ blue 188

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

Shades of Mischka #ADB0BC

Tints of Mischka #ADB0BC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.77%

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

R = 32.22%
G = 32.77%
B = 35.01%

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

#ADB0BC (or 0xADB0BC) is known color: Mischka. HEX triplet: AD, B0 and BC. RGB value is (173,176,188). Sum of RGB (Red+Green+Blue) = 173+176+188=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADB0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0BC is #524F43. Grayscale: #B0B0B0. Windows color (decimal): -5394244 or 12365997. OLE color: 12365997.

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

Color convert

RGB 173 176 188 -
CMYK 0.08 0.06 0 0.26
HSL 228º 0.1% 0.71% -
HSV(B) 228º 0.08% 0.74% -
XYZ 41.84 43.57 53.78 -
YUV 176.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 173 176 188 0.08 0.06 0 0.26 228 0.1 0.71
Hex AD B0 BC 8 6 0 1A E4 A 47
Octal 255 260 274 10 6 0 32 344 12 107
Binary 10101101 10110000 10111100 1000 110 0 11010 11100100 1010 1000111

Color Harmonies of #ADB0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB0BC

Black with #ADB0BC

Text Example


Text Example

White with #ADB0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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