#B693BF

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

Shades of East Side #B693BF

Tints of East Side #B693BF

Color information

#B693BF (or 0xB693BF) is unknown color: approx East Side. HEX triplet: B6, 93 and BF. RGB value is (182,147,191). Sum of RGB (Red+Green+Blue) = 182+147+191=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #B693BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693BF is #496C40. Grayscale: #A2A2A2. Windows color (decimal): -4811841 or 12555190. OLE color: 12555190.

HSL color Cylindrical-coordinate representation of color #B693BF: hue angle of 287.73º degrees, saturation: 0.26, 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 #B693BF is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182147191-
CMYK0.050.2300.25
HSL287.73º25.58%66.27%-
HSV(B)287.73º23.04%74.9%-
XYZ39.1334.5753.9-
YUV162.48144.1141.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35%
GREEN value IS 147 (57.81% from 255) = 28.27%
BLUE value IS 191 (75% from 255) = 36.73%
R=35%
G=28.27%
B=36.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821471910.050.2300.25287.7325.5866.27
HexB693BF5170191201a42
Octal26622327752703144032102
Binary10110110100100111011111110110111011001100100000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B693BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B693BF; }

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

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

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

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

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

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

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

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