#B39ABF

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

Shades of East Side #B39ABF

Tints of East Side #B39ABF

Color information

#B39ABF (or 0xB39ABF) is unknown color: approx East Side. HEX triplet: B3, 9A and BF. RGB value is (179,154,191). Sum of RGB (Red+Green+Blue) = 179+154+191=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #B39ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39ABF is #4C6540. Grayscale: #A5A5A5. Windows color (decimal): -5006657 or 12556979. OLE color: 12556979.

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

Color convert

RGB179154191-
CMYK0.060.1900.25
HSL280.54º22.42%67.65%-
HSV(B)280.54º19.37%74.9%-
XYZ39.5536.4654.24-
YUV165.69142.28137.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 191 (75% from 255) = 36.45%
R=34.16%
G=29.39%
B=36.45%

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
Decimal1791541910.060.1900.25280.5422.4267.65
HexB39ABF6130191191644
Octal26323227762303143126104
Binary10110011100110101011111111010011011001100011001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39ABF; }

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

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

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

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

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

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

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

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