#B39ABE

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

Shades of East Side #B39ABE

Tints of East Side #B39ABE

Color information

#B39ABE (or 0xB39ABE) is unknown color: approx East Side. HEX triplet: B3, 9A and BE. RGB value is (179,154,190). Sum of RGB (Red+Green+Blue) = 179+154+190=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #B39ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39ABE is #4C6541. Grayscale: #A5A5A5. Windows color (decimal): -5006658 or 12491443. OLE color: 12491443.

HSL color Cylindrical-coordinate representation of color #B39ABE: hue angle of 281.67º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B39ABE is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179154190-
CMYK0.060.1900.25
HSL281.67º21.69%67.45%-
HSV(B)281.67º18.95%74.51%-
XYZ39.4436.4153.66-
YUV165.58141.78137.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.23%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=34.23%
G=29.45%
B=36.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791541900.060.1900.25281.6721.6967.45
HexB39ABE61301911a1643
Octal26323227662303143226103
Binary10110011100110101011111011010011011001100011010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39ABE; }

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

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

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

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

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

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

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

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