#B18ECB

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

Shades of East Side #B18ECB

Tints of East Side #B18ECB

Color information

#B18ECB (or 0xB18ECB) is unknown color: approx East Side. HEX triplet: B1, 8E and CB. RGB value is (177,142,203). Sum of RGB (Red+Green+Blue) = 177+142+203=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #B18ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ECB is #4E7134. Grayscale: #9F9F9F. Windows color (decimal): -5140789 or 13340337. OLE color: 13340337.

HSL color Cylindrical-coordinate representation of color #B18ECB: hue angle of 274.43º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B18ECB is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177142203-
CMYK0.130.3000.20
HSL274.43º36.97%67.65%-
HSV(B)274.43º30.05%79.61%-
XYZ38.583360.84-
YUV159.42152.6140.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 142 (55.86% from 255) = 27.20%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=33.91%
G=27.20%
B=38.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771422030.130.3000.20274.4336.9767.65
HexB18ECBD1E0141122544
Octal261216313153602442245104
Binary1011000110001110110010111101111100101001000100101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18ECB; }

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

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

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

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

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

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

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

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