#B28EBD

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

Shades of East Side #B28EBD

Tints of East Side #B28EBD

Color information

#B28EBD (or 0xB28EBD) is unknown color: approx East Side. HEX triplet: B2, 8E and BD. RGB value is (178,142,189). Sum of RGB (Red+Green+Blue) = 178+142+189=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #B28EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28EBD is #4D7142. Grayscale: #9D9D9D. Windows color (decimal): -5075267 or 12422834. OLE color: 12422834.

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

Color convert

RGB178142189-
CMYK0.060.2500.26
HSL285.96º26.26%64.9%-
HSV(B)285.96º24.87%74.12%-
XYZ37.2232.4952.45-
YUV158.12145.43142.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.97%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=34.97%
G=27.90%
B=37.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781421890.060.2500.26285.9626.2664.9
HexB28EBD61901A11e1a41
Octal26221627563103243632101
Binary10110010100011101011110111011001011010100011110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28EBD; }

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

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

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

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

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

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

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

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