#ABADB4

Color #ABADB4 Mischka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mischka #ABADB4

Tints of Mischka #ABADB4

Color information

#ABADB4 (or 0xABADB4) is unknown color: approx Mischka. HEX triplet: AB, AD and B4. RGB value is (171,173,180). Sum of RGB (Red+Green+Blue) = 171+173+180=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 180 - color contains mainly: blue. Hex color #ABADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADB4 is #54524B. Grayscale: #ADADAD. Windows color (decimal): -5526092 or 11840939. OLE color: 11840939.

HSL color Cylindrical-coordinate representation of color #ABADB4: hue angle of 226.67º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ABADB4 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171173180-
CMYK0.050.0400.29
HSL226.67º5.66%68.82%-
HSV(B)226.67º5%70.59%-
XYZ39.9841.8449.15-
YUV173.2131.84126.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=32.63%
G=33.02%
B=34.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711731800.050.0400.29226.675.6668.82
HexABADB45401De3645
Octal253255264540353436105
Binary101010111010110110110100101100011101111000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADB4; }

 p { color: rgb(171,173,180); }

 H1.HeaderClassName
 {
   color: #ABADB4;
 }
 .AnyTagClassName
 {
   color: #ABADB4;
 }
</style>
background-color css

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

 a { background-color: rgb(171,173,180); }

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

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

 span { border-color: rgb(171,173,180); }

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