#ABAEB7

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

Shades of Mischka #ABAEB7

Tints of Mischka #ABAEB7

Color information

#ABAEB7 (or 0xABAEB7) is unknown color: approx Mischka. HEX triplet: AB, AE and B7. RGB value is (171,174,183). Sum of RGB (Red+Green+Blue) = 171+174+183=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 183 - color contains mainly: blue. Hex color #ABAEB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEB7 is #545148. Grayscale: #AEAEAE. Windows color (decimal): -5525833 or 12037803. OLE color: 12037803.

HSL color Cylindrical-coordinate representation of color #ABAEB7: hue angle of 225º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABAEB7 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB171174183-
CMYK0.070.0500.28
HSL225º7.69%69.41%-
HSV(B)225º6.56%71.76%-
XYZ40.4842.3550.84-
YUV174.13133.01125.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 183 (71.88% from 255) = 34.66%
R=32.39%
G=32.95%
B=34.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711741830.070.0500.282257.6969.41
HexABAEB77501Ce1845
Octal2532562677503434110105
Binary1010101110101110101101111111010111001110000110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEB7; }

 p { color: rgb(171,174,183); }

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

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

 a { background-color: rgb(171,174,183); }

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

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

 span { border-color: rgb(171,174,183); }

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