#B18EBE

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

Shades of East Side #B18EBE

Tints of East Side #B18EBE

Color information

#B18EBE (or 0xB18EBE) is unknown color: approx East Side. HEX triplet: B1, 8E and BE. RGB value is (177,142,190). Sum of RGB (Red+Green+Blue) = 177+142+190=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #B18EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18EBE is #4E7141. Grayscale: #9D9D9D. Windows color (decimal): -5140802 or 12488369. OLE color: 12488369.

HSL color Cylindrical-coordinate representation of color #B18EBE: hue angle of 283.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18EBE is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177142190-
CMYK0.070.2500.25
HSL283.75º26.97%65.1%-
HSV(B)283.75º25.26%74.51%-
XYZ37.132.4153.02-
YUV157.94146.1141.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=34.77%
G=27.90%
B=37.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771421900.070.2500.25283.7526.9765.1
HexB18EBE71901911c1b41
Octal26121627673103143433101
Binary10110001100011101011111011111001011001100011100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18EBE; }

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

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

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

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

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

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

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

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