#B694BE

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

Shades of East Side #B694BE

Tints of East Side #B694BE

Color information

#B694BE (or 0xB694BE) is unknown color: approx East Side. HEX triplet: B6, 94 and BE. RGB value is (182,148,190). Sum of RGB (Red+Green+Blue) = 182+148+190=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #B694BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B694BE is #496B41. Grayscale: #A2A2A2. Windows color (decimal): -4811586 or 12489910. OLE color: 12489910.

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

Color convert

RGB182148190-
CMYK0.040.2200.25
HSL288.57º24.42%66.27%-
HSV(B)288.57º22.11%74.51%-
XYZ39.1834.8453.38-
YUV162.95143.26141.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35%
GREEN value IS 148 (58.20% from 255) = 28.46%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=35%
G=28.46%
B=36.54%

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
Decimal1821481900.040.2200.25288.5724.4266.27
HexB694BE4160191211842
Octal26622427642603144130102
Binary10110110100101001011111010010110011001100100001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B694BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B694BE; }

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

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

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

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

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

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

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

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