#B18ACE

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

Shades of East Side #B18ACE

Tints of East Side #B18ACE

Color information

#B18ACE (or 0xB18ACE) is unknown color: approx East Side. HEX triplet: B1, 8A and CE. RGB value is (177,138,206). Sum of RGB (Red+Green+Blue) = 177+138+206=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #B18ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ACE is #4E7531. Grayscale: #9D9D9D. Windows color (decimal): -5141810 or 13535921. OLE color: 13535921.

HSL color Cylindrical-coordinate representation of color #B18ACE: hue angle of 274.41º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B18ACE is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177138206-
CMYK0.140.3300.19
HSL274.41º40.96%67.45%-
HSV(B)274.41º33.01%80.78%-
XYZ38.3631.9862.54-
YUV157.41155.42141.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.97%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=33.97%
G=26.49%
B=39.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771382060.140.3300.19274.4140.9667.45
HexB18ACEE210131122943
Octal261212316164102342251103
Binary10110001100010101100111011101000010100111000100101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18ACE; }

 p { color: rgb(177,138,206); }

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

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

 a { background-color: rgb(177,138,206); }

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

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

 span { border-color: rgb(177,138,206); }

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