#B28AC6

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

Shades of East Side #B28AC6

Tints of East Side #B28AC6

Color information

#B28AC6 (or 0xB28AC6) is unknown color: approx East Side. HEX triplet: B2, 8A and C6. RGB value is (178,138,198). Sum of RGB (Red+Green+Blue) = 178+138+198=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 198 (77.73% from 255 or 38.52% from 514); Max value from RGB is 198 - color contains mainly: blue. Hex color #B28AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28AC6 is #4D7539. Grayscale: #9C9C9C. Windows color (decimal): -5076282 or 13011634. OLE color: 13011634.

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

Color convert

RGB178138198-
CMYK0.100.3000.22
HSL280º34.48%65.88%-
HSV(B)280º30.3%77.65%-
XYZ37.6431.7257.56-
YUV156.8151.25143.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.63%
GREEN value IS 138 (54.30% from 255) = 26.85%
BLUE value IS 198 (77.73% from 255) = 38.52%
R=34.63%
G=26.85%
B=38.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781381980.100.3000.2228034.4865.88
HexB28AC6A1E0161182242
Octal262212306123602643042102
Binary1011001010001010110001101010111100101101000110001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28AC6; }

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

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

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

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

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

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

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

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