#B794BE

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

Shades of East Side #B794BE

Tints of East Side #B794BE

Color information

#B794BE (or 0xB794BE) is unknown color: approx East Side. HEX triplet: B7, 94 and BE. RGB value is (183,148,190). Sum of RGB (Red+Green+Blue) = 183+148+190=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #B794BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B794BE is #486B41. Grayscale: #A3A3A3. Windows color (decimal): -4746050 or 12489911. OLE color: 12489911.

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

Color convert

RGB183148190-
CMYK0.040.2200.25
HSL290º24.42%66.27%-
HSV(B)290º22.11%74.51%-
XYZ39.4134.9653.39-
YUV163.25143.1142.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.12%
GREEN value IS 148 (58.20% from 255) = 28.41%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=35.12%
G=28.41%
B=36.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831481900.040.2200.2529024.4266.27
HexB794BE4160191221842
Octal26722427642603144230102
Binary10110111100101001011111010010110011001100100010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B794BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B794BE; }

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

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

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

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

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

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

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

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