#ABAFB3

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

Shades of Mischka #ABAFB3

Tints of Mischka #ABAFB3

Color information

#ABAFB3 (or 0xABAFB3) is unknown color: approx Mischka. HEX triplet: AB, AF and B3. RGB value is (171,175,179). Sum of RGB (Red+Green+Blue) = 171+175+179=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 179 - color contains mainly: blue. Hex color #ABAFB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFB3 is #54504C. Grayscale: #AEAEAE. Windows color (decimal): -5525581 or 11775915. OLE color: 11775915.

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

Color convert

RGB171175179-
CMYK0.040.0200.30
HSL210º5%68.63%-
HSV(B)210º4.47%70.2%-
XYZ40.2642.5748.74-
YUV174.26130.67125.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 179 (70.31% from 255) = 34.10%
R=32.57%
G=33.33%
B=34.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711751790.040.0200.30210568.63
HexABAFB34201Ed2545
Octal253257263420363225105
Binary10101011101011111011001110010011110110100101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFB3; }

 p { color: rgb(171,175,179); }

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

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

 a { background-color: rgb(171,175,179); }

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

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

 span { border-color: rgb(171,175,179); }

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