#886890

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

Shades of Trendy Pink #886890

Tints of Trendy Pink #886890

Color information

#886890 (or 0x886890) is unknown color: approx Trendy Pink. HEX triplet: 88, 68 and 90. RGB value is (136,104,144). Sum of RGB (Red+Green+Blue) = 136+104+144=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #886890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886890 is #77976F. Grayscale: #767676. Windows color (decimal): -7837552 or 9463944. OLE color: 9463944.

HSL color Cylindrical-coordinate representation of color #886890: hue angle of 288º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #886890 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB136104144-
CMYK0.060.2800.44
HSL288º16.13%48.63%-
HSV(B)288º27.78%56.47%-
XYZ20.1417.1528.63-
YUV118.13142.6140.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.42%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 144 (56.64% from 255) = 37.5%
R=35.42%
G=27.08%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361041440.060.2800.4428816.1348.63
Hex88689061C02C1201031
Octal2101502206340544402061
Binary1000100011010001001000011011100010110010010000010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886890; }

 p { color: rgb(136,104,144); }

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

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

 a { background-color: rgb(136,104,144); }

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

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

 span { border-color: rgb(136,104,144); }

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