#B39AC3

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

Shades of East Side #B39AC3

Tints of East Side #B39AC3

Color information

#B39AC3 (or 0xB39AC3) is unknown color: approx East Side. HEX triplet: B3, 9A and C3. RGB value is (179,154,195). Sum of RGB (Red+Green+Blue) = 179+154+195=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 195 - color contains mainly: blue. Hex color #B39AC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39AC3 is #4C653C. Grayscale: #A6A6A6. Windows color (decimal): -5006653 or 12819123. OLE color: 12819123.

HSL color Cylindrical-coordinate representation of color #B39AC3: hue angle of 276.59º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B39AC3 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB179154195-
CMYK0.080.2100.24
HSL276.59º25.47%68.43%-
HSV(B)276.59º21.03%76.47%-
XYZ4036.6456.59-
YUV166.15144.28137.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.90%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 195 (76.56% from 255) = 36.93%
R=33.90%
G=29.17%
B=36.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791541950.080.2100.24276.5925.4768.43
HexB39AC38150181151944
Octal263232303102503042531104
Binary101100111001101011000011100010101011000100010101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39AC3; }

 p { color: rgb(179,154,195); }

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

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

 a { background-color: rgb(179,154,195); }

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

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

 span { border-color: rgb(179,154,195); }

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