#B28DC6

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

Shades of East Side #B28DC6

Tints of East Side #B28DC6

Color information

#B28DC6 (or 0xB28DC6) is unknown color: approx East Side. HEX triplet: B2, 8D and C6. RGB value is (178,141,198). Sum of RGB (Red+Green+Blue) = 178+141+198=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 198 - color contains mainly: blue. Hex color #B28DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28DC6 is #4D7239. Grayscale: #9E9E9E. Windows color (decimal): -5075514 or 13012402. OLE color: 13012402.

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

Color convert

RGB178141198-
CMYK0.100.2900.22
HSL278.95º33.33%66.47%-
HSV(B)278.95º28.79%77.65%-
XYZ38.0832.5957.71-
YUV158.56150.26141.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.43%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 198 (77.73% from 255) = 38.30%
R=34.43%
G=27.27%
B=38.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781411980.100.2900.22278.9533.3366.47
HexB28DC6A1D0161172142
Octal262215306123502642741102
Binary1011001010001101110001101010111010101101000101111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28DC6; }

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

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

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

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

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

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

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

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