#B294BE

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

Shades of East Side #B294BE

Tints of East Side #B294BE

Color information

#B294BE (or 0xB294BE) is unknown color: approx East Side. HEX triplet: B2, 94 and BE. RGB value is (178,148,190). Sum of RGB (Red+Green+Blue) = 178+148+190=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #B294BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294BE is #4D6B41. Grayscale: #A1A1A1. Windows color (decimal): -5073730 or 12489906. OLE color: 12489906.

HSL color Cylindrical-coordinate representation of color #B294BE: hue angle of 282.86º 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 #B294BE is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178148190-
CMYK0.060.2200.25
HSL282.86º24.42%66.27%-
HSV(B)282.86º22.11%74.51%-
XYZ38.2434.3653.33-
YUV161.76143.94139.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.50%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=34.50%
G=28.68%
B=36.82%

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
Decimal1781481900.060.2200.25282.8624.4266.27
HexB294BE61601911b1842
Octal26222427662603143330102
Binary10110010100101001011111011010110011001100011011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B294BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B294BE; }

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

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

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

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

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

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

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

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