#B393BC

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

Shades of East Side #B393BC

Tints of East Side #B393BC

Color information

#B393BC (or 0xB393BC) is unknown color: approx East Side. HEX triplet: B3, 93 and BC. RGB value is (179,147,188). Sum of RGB (Red+Green+Blue) = 179+147+188=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #B393BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393BC is #4C6C43. Grayscale: #A1A1A1. Windows color (decimal): -5008452 or 12358579. OLE color: 12358579.

HSL color Cylindrical-coordinate representation of color #B393BC: hue angle of 286.83º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B393BC is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179147188-
CMYK0.050.2200.26
HSL286.83º23.43%65.69%-
HSV(B)286.83º21.81%73.73%-
XYZ38.134.0852.15-
YUV161.24143.1140.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.82%
GREEN value IS 147 (57.81% from 255) = 28.60%
BLUE value IS 188 (73.83% from 255) = 36.58%
R=34.82%
G=28.60%
B=36.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791471880.050.2200.26286.8323.4365.69
HexB393BC51601A11f1742
Octal26322327452603243727102
Binary10110011100100111011110010110110011010100011111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393BC; }

 p { color: rgb(179,147,188); }

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

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

 a { background-color: rgb(179,147,188); }

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

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

 span { border-color: rgb(179,147,188); }

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