#ABAFBE

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

Shades of Mischka #ABAFBE

Tints of Mischka #ABAFBE

Color information

#ABAFBE (or 0xABAFBE) is unknown color: approx Mischka. HEX triplet: AB, AF and BE. RGB value is (171,175,190). Sum of RGB (Red+Green+Blue) = 171+175+190=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABAFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFBE is #545041. Grayscale: #AFAFAF. Windows color (decimal): -5525570 or 12496811. OLE color: 12496811.

HSL color Cylindrical-coordinate representation of color #ABAFBE: hue angle of 227.37º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABAFBE is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171175190-
CMYK0.100.0800.25
HSL227.37º12.75%70.78%-
HSV(B)227.37º10%74.51%-
XYZ41.4243.0454.84-
YUV175.51136.17124.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=31.90%
G=32.65%
B=35.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711751900.100.0800.25227.3712.7570.78
HexABAFBEA8019e3d47
Octal253257276121003134315107
Binary101010111010111110111110101010000110011110001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFBE; }

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

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

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

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

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

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

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

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