#B28EC6

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

Shades of East Side #B28EC6

Tints of East Side #B28EC6

Color information

#B28EC6 (or 0xB28EC6) is unknown color: approx East Side. HEX triplet: B2, 8E and C6. RGB value is (178,142,198). Sum of RGB (Red+Green+Blue) = 178+142+198=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 198 - color contains mainly: blue. Hex color #B28EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28EC6 is #4D7139. Grayscale: #9E9E9E. Windows color (decimal): -5075258 or 13012658. OLE color: 13012658.

HSL color Cylindrical-coordinate representation of color #B28EC6: hue angle of 278.57º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B28EC6 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB178142198-
CMYK0.100.2800.22
HSL278.57º32.94%66.67%-
HSV(B)278.57º28.28%77.65%-
XYZ38.2332.8957.76-
YUV159.15149.93141.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.36%
GREEN value IS 142 (55.86% from 255) = 27.41%
BLUE value IS 198 (77.73% from 255) = 38.22%
R=34.36%
G=27.41%
B=38.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781421980.100.2800.22278.5732.9466.67
HexB28EC6A1C0161172143
Octal262216306123402642741103
Binary1011001010001110110001101010111000101101000101111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28EC6; }

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

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

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

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

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

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

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

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