#ABAEBC

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

Shades of Mischka #ABAEBC

Tints of Mischka #ABAEBC

Color information

#ABAEBC (or 0xABAEBC) is unknown color: approx Mischka. HEX triplet: AB, AE and BC. RGB value is (171,174,188). Sum of RGB (Red+Green+Blue) = 171+174+188=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABAEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEBC is #545143. Grayscale: #AEAEAE. Windows color (decimal): -5525828 or 12365483. OLE color: 12365483.

HSL color Cylindrical-coordinate representation of color #ABAEBC: hue angle of 229.41º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABAEBC is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171174188-
CMYK0.090.0700.26
HSL229.41º11.26%70.39%-
HSV(B)229.41º9.04%73.73%-
XYZ41.0142.5653.63-
YUV174.7135.51125.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 188 (73.83% from 255) = 35.27%
R=32.08%
G=32.65%
B=35.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711741880.090.0700.26229.4111.2670.39
HexABAEBC9701Ae5b46
Octal25325627411703234513106
Binary10101011101011101011110010011110110101110010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEBC; }

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

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

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

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

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

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

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

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