#B28BB8

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

Shades of East Side #B28BB8

Tints of East Side #B28BB8

Color information

#B28BB8 (or 0xB28BB8) is unknown color: approx East Side. HEX triplet: B2, 8B and B8. RGB value is (178,139,184). Sum of RGB (Red+Green+Blue) = 178+139+184=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 184 - color contains mainly: blue. Hex color #B28BB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BB8 is #4D7447. Grayscale: #9B9B9B. Windows color (decimal): -5076040 or 12094386. OLE color: 12094386.

HSL color Cylindrical-coordinate representation of color #B28BB8: hue angle of 292º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B28BB8 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB178139184-
CMYK0.030.2400.28
HSL292º24.06%63.33%-
HSV(B)292º24.46%72.16%-
XYZ36.2431.3949.5-
YUV155.79143.92143.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 184 (72.27% from 255) = 36.73%
R=35.53%
G=27.74%
B=36.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781391840.030.2400.2829224.0663.33
HexB28BB831801C124183f
Octal2622132703300344443077
Binary101100101000101110111000111100001110010010010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28BB8; }

 p { color: rgb(178,139,184); }

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

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

 a { background-color: rgb(178,139,184); }

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

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

 span { border-color: rgb(178,139,184); }

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