Html Css Color HEX #B393BA East Side

📋 copy color: '#B393BA'

red 179 ◦ green 147 ◦ blue 186

#B393BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B393BA

Tints of East Side #B393BA

RGB

 RED value IS 179 (70.31% from 255) = 34.96%

 GREEN value IS 147 (57.81% from 255) = 28.71%

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 34.96%
G = 28.71%
B = 36.33%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B393BA (or 0xB393BA) is known color: East Side. HEX triplet: B3, 93 and BA. RGB value is (179,147,186). Sum of RGB (Red+Green+Blue) = 179+147+186=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #B393BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393BA is #4C6C45. Grayscale: #A0A0A0. Windows color (decimal): -5008454 or 12227507. OLE color: 12227507.

HSL color Cylindrical-coordinate representation of color #B393BA: hue angle of 289.23º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B393BA is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 147 186 -
CMYK 0.04 0.21 0 0.27
HSL 289.23º 0.22% 0.65% -
HSV(B) 289.23º 0.21% 0.73% -
XYZ 37.89 34 51.02 -
YUV 161.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 179 147 186 0.04 0.21 0 0.27 289.23 0.22 0.65
Hex B3 93 BA 4 15 0 1B 121 16 41
Octal 263 223 272 4 25 0 33 441 26 101
Binary 10110011 10010011 10111010 100 10101 0 11011 100100001 10110 1000001

Color Harmonies of #B393BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B393BA

Black with #B393BA

Text Example


Text Example

White with #B393BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B393BA; }

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

 H1.HeaderClassName
 {
   color: #B393BA;
 }
 .AnyTagClassName
 {
   color: #B393BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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