#B693BE

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

Shades of East Side #B693BE

Tints of East Side #B693BE

Color information

#B693BE (or 0xB693BE) is unknown color: approx East Side. HEX triplet: B6, 93 and BE. RGB value is (182,147,190). Sum of RGB (Red+Green+Blue) = 182+147+190=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #B693BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693BE is #496C41. Grayscale: #A2A2A2. Windows color (decimal): -4811842 or 12489654. OLE color: 12489654.

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

Color convert

RGB182147190-
CMYK0.040.2300.25
HSL288.84º24.86%66.08%-
HSV(B)288.84º22.63%74.51%-
XYZ39.0234.5353.32-
YUV162.37143.6142-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 147 (57.81% from 255) = 28.32%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=35.07%
G=28.32%
B=36.61%

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
Decimal1821471900.040.2300.25288.8424.8666.08
HexB693BE4170191211942
Octal26622327642703144131102
Binary10110110100100111011111010010111011001100100001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B693BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B693BE; }

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

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

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

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

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

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

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

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