#B28EBE

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

Shades of East Side #B28EBE

Tints of East Side #B28EBE

Color information

#B28EBE (or 0xB28EBE) is unknown color: approx East Side. HEX triplet: B2, 8E and BE. RGB value is (178,142,190). Sum of RGB (Red+Green+Blue) = 178+142+190=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #B28EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28EBE is #4D7141. Grayscale: #9E9E9E. Windows color (decimal): -5075266 or 12488370. OLE color: 12488370.

HSL color Cylindrical-coordinate representation of color #B28EBE: hue angle of 285º 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 #B28EBE is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178142190-
CMYK0.060.2500.25
HSL285º26.97%65.1%-
HSV(B)285º25.26%74.51%-
XYZ37.3332.5353.03-
YUV158.24145.93142.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.90%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=34.90%
G=27.84%
B=37.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781421900.060.2500.2528526.9765.1
HexB28EBE61901911d1b41
Octal26221627663103143533101
Binary10110010100011101011111011011001011001100011101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28EBE; }

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

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

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

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

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

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

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

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