#A888BE

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

Shades of East Side #A888BE

Tints of East Side #A888BE

Color information

#A888BE (or 0xA888BE) is unknown color: approx East Side. HEX triplet: A8, 88 and BE. RGB value is (168,136,190). Sum of RGB (Red+Green+Blue) = 168+136+190=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #A888BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888BE is #577741. Grayscale: #979797. Windows color (decimal): -5732162 or 12486824. OLE color: 12486824.

HSL color Cylindrical-coordinate representation of color #A888BE: hue angle of 275.56º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A888BE is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168136190-
CMYK0.120.2800.25
HSL275.56º29.35%63.92%-
HSV(B)275.56º28.42%74.51%-
XYZ34.2529.6552.63-
YUV151.72149.6139.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.01%
GREEN value IS 136 (53.52% from 255) = 27.53%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=34.01%
G=27.53%
B=38.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681361900.120.2800.25275.5629.3563.92
HexA888BEC1C0191141d40
Octal250210276143403142435100
Binary101010001000100010111110110011100011001100010100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A888BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A888BE; }

 p { color: rgb(168,136,190); }

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

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

 a { background-color: rgb(168,136,190); }

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

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

 span { border-color: rgb(168,136,190); }

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