#B794BF

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

Shades of East Side #B794BF

Tints of East Side #B794BF

Color information

#B794BF (or 0xB794BF) is unknown color: approx East Side. HEX triplet: B7, 94 and BF. RGB value is (183,148,191). Sum of RGB (Red+Green+Blue) = 183+148+191=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #B794BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B794BF is #486B40. Grayscale: #A3A3A3. Windows color (decimal): -4746049 or 12555447. OLE color: 12555447.

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

Color convert

RGB183148191-
CMYK0.040.2300.25
HSL288.84º25.15%66.47%-
HSV(B)288.84º22.51%74.9%-
XYZ39.5235.0153.96-
YUV163.37143.6142-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.06%
GREEN value IS 148 (58.20% from 255) = 28.35%
BLUE value IS 191 (75% from 255) = 36.59%
R=35.06%
G=28.35%
B=36.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831481910.040.2300.25288.8425.1566.47
HexB794BF4170191211942
Octal26722427742703144131102
Binary10110111100101001011111110010111011001100100001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B794BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B794BF; }

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

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

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

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

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

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

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

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