#B394BC

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

Shades of East Side #B394BC

Tints of East Side #B394BC

Color information

#B394BC (or 0xB394BC) is unknown color: approx East Side. HEX triplet: B3, 94 and BC. RGB value is (179,148,188). Sum of RGB (Red+Green+Blue) = 179+148+188=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #B394BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B394BC is #4C6B43. Grayscale: #A1A1A1. Windows color (decimal): -5008196 or 12358835. OLE color: 12358835.

HSL color Cylindrical-coordinate representation of color #B394BC: hue angle of 286.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B394BC is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179148188-
CMYK0.050.2100.26
HSL286.5º22.99%65.88%-
HSV(B)286.5º21.28%73.73%-
XYZ38.2634.3952.2-
YUV161.83142.77140.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.76%
GREEN value IS 148 (58.20% from 255) = 28.74%
BLUE value IS 188 (73.83% from 255) = 36.50%
R=34.76%
G=28.74%
B=36.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791481880.050.2100.26286.522.9965.88
HexB394BC51501A11e1742
Octal26322427452503243627102
Binary10110011100101001011110010110101011010100011110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B394BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B394BC; }

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

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

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

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

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

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

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

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