#B394BE

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

Shades of East Side #B394BE

Tints of East Side #B394BE

Color information

#B394BE (or 0xB394BE) is unknown color: approx East Side. HEX triplet: B3, 94 and BE. RGB value is (179,148,190). Sum of RGB (Red+Green+Blue) = 179+148+190=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #B394BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B394BE is #4C6B41. Grayscale: #A1A1A1. Windows color (decimal): -5008194 or 12489907. OLE color: 12489907.

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

Color convert

RGB179148190-
CMYK0.060.2200.25
HSL284.29º24.42%66.27%-
HSV(B)284.29º22.11%74.51%-
XYZ38.4734.4853.34-
YUV162.06143.77140.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=34.62%
G=28.63%
B=36.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791481900.060.2200.25284.2924.4266.27
HexB394BE61601911c1842
Octal26322427662603143430102
Binary10110011100101001011111011010110011001100011100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B394BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B394BE; }

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

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

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

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

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

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

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

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