#ABADB2

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

Shades of Mischka #ABADB2

Tints of Mischka #ABADB2

Color information

#ABADB2 (or 0xABADB2) is unknown color: approx Mischka. HEX triplet: AB, AD and B2. RGB value is (171,173,178). Sum of RGB (Red+Green+Blue) = 171+173+178=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 178 - color contains mainly: blue. Hex color #ABADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADB2 is #54524D. Grayscale: #ACACAC. Windows color (decimal): -5526094 or 11709867. OLE color: 11709867.

HSL color Cylindrical-coordinate representation of color #ABADB2: hue angle of 222.86º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABADB2 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB171173178-
CMYK0.040.0300.30
HSL222.86º4.35%68.43%-
HSV(B)222.86º3.93%69.8%-
XYZ39.7741.7648.08-
YUV172.97130.84126.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 173 (67.97% from 255) = 33.14%
BLUE value IS 178 (69.92% from 255) = 34.10%
R=32.76%
G=33.14%
B=34.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711731780.040.0300.30222.864.3568.43
HexABADB24301Edf444
Octal253255262430363374104
Binary10101011101011011011001010011011110110111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADB2; }

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

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

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

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

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

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

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

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