Html Css Color HEX #A6ADBB Mischka

📋 copy color: '#A6ADBB'

red 166 ◦ green 173 ◦ blue 187

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

Shades of Mischka #A6ADBB

Tints of Mischka #A6ADBB

RGB

 RED value IS 166 (65.23% from 255) = 31.56%

 GREEN value IS 173 (67.97% from 255) = 32.89%

 BLUE value IS 187 (73.44% from 255) = 35.55%

R = 31.56%
G = 32.89%
B = 35.55%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A6ADBB (or 0xA6ADBB) is known color: Mischka. HEX triplet: A6, AD and BB. RGB value is (166,173,187). Sum of RGB (Red+Green+Blue) = 166+173+187=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #A6ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ADBB is #595244. Grayscale: #ACACAC. Windows color (decimal): -5853765 or 12299686. OLE color: 12299686.

HSL color Cylindrical-coordinate representation of color #A6ADBB: hue angle of 220º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6ADBB is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 173 187 -
CMYK 0.11 0.07 0 0.27
HSL 220º 0.13% 0.69% -
HSV(B) 220º 0.11% 0.73% -
XYZ 39.64 41.58 52.95 -
YUV 172.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 166 173 187 0.11 0.07 0 0.27 220 0.13 0.69
Hex A6 AD BB B 7 0 1B DC D 45
Octal 246 255 273 13 7 0 33 334 15 105
Binary 10100110 10101101 10111011 1011 111 0 11011 11011100 1101 1000101

Color Harmonies of #A6ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ADBB

Black with #A6ADBB

Text Example


Text Example

White with #A6ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ADBB; }

 p { color: rgb(166,173,187); }

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

background-color css

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

 a { background-color: rgb(166,173,187); }

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

border-color css

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

 span { border-color: rgb(166,173,187); }

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