#ABAFB4

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

Shades of Mischka #ABAFB4

Tints of Mischka #ABAFB4

Color information

#ABAFB4 (or 0xABAFB4) is unknown color: approx Mischka. HEX triplet: AB, AF and B4. RGB value is (171,175,180). Sum of RGB (Red+Green+Blue) = 171+175+180=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 180 - color contains mainly: blue. Hex color #ABAFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFB4 is #54504B. Grayscale: #AEAEAE. Windows color (decimal): -5525580 or 11841451. OLE color: 11841451.

HSL color Cylindrical-coordinate representation of color #ABAFB4: hue angle of 213.33º 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 #ABAFB4 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171175180-
CMYK0.050.0300.29
HSL213.33º5.66%68.82%-
HSV(B)213.33º5%70.59%-
XYZ40.3642.6149.28-
YUV174.37131.17125.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 180 (70.70% from 255) = 34.22%
R=32.51%
G=33.27%
B=34.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711751800.050.0300.29213.335.6668.82
HexABAFB45301Dd5645
Octal253257264530353256105
Binary10101011101011111011010010111011101110101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFB4; }

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

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

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

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

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

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

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

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