#B18EBA

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

Shades of East Side #B18EBA

Tints of East Side #B18EBA

Color information

#B18EBA (or 0xB18EBA) is unknown color: approx East Side. HEX triplet: B1, 8E and BA. RGB value is (177,142,186). Sum of RGB (Red+Green+Blue) = 177+142+186=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #B18EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18EBA is #4E7145. Grayscale: #9D9D9D. Windows color (decimal): -5140806 or 12226225. OLE color: 12226225.

HSL color Cylindrical-coordinate representation of color #B18EBA: hue angle of 287.73º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B18EBA is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177142186-
CMYK0.050.2400.27
HSL287.73º24.18%64.31%-
HSV(B)287.73º23.66%72.94%-
XYZ36.6732.2450.74-
YUV157.48144.1141.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 142 (55.86% from 255) = 28.12%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=35.05%
G=28.12%
B=36.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771421860.050.2400.27287.7324.1864.31
HexB18EBA51801B1201840
Octal26121627253003344030100
Binary10110001100011101011101010111000011011100100000110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18EBA; }

 p { color: rgb(177,142,186); }

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

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

 a { background-color: rgb(177,142,186); }

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

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

 span { border-color: rgb(177,142,186); }

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