#ABAEBA

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

Shades of Mischka #ABAEBA

Tints of Mischka #ABAEBA

Color information

#ABAEBA (or 0xABAEBA) is unknown color: approx Mischka. HEX triplet: AB, AE and BA. RGB value is (171,174,186). Sum of RGB (Red+Green+Blue) = 171+174+186=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABAEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEBA is #545145. Grayscale: #AEAEAE. Windows color (decimal): -5525830 or 12234411. OLE color: 12234411.

HSL color Cylindrical-coordinate representation of color #ABAEBA: hue angle of 228º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABAEBA is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171174186-
CMYK0.080.0600.27
HSL228º9.8%70%-
HSV(B)228º8.06%72.94%-
XYZ40.7942.4852.5-
YUV174.47134.51125.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=32.20%
G=32.77%
B=35.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711741860.080.0600.272289.870
HexABAEBA8601Be4a46
Octal25325627210603334412106
Binary10101011101011101011101010001100110111110010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEBA; }

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

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

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

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

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

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

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

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