Html Css Color HEX #B393BC East Side

📋 copy color: '#B393BC'

red 179 ◦ green 147 ◦ blue 188

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

Shades of East Side #B393BC

Tints of East Side #B393BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.58%

R = 34.82%
G = 28.6%
B = 36.58%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B393BC (or 0xB393BC) is known color: 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

RGB 179 147 188 -
CMYK 0.05 0.22 0 0.26
HSL 286.83º 0.23% 0.66% -
HSV(B) 286.83º 0.22% 0.74% -
XYZ 38.1 34.08 52.15 -
YUV 161.24 143.1 140.67 -
System Red Green Blue C M Y K H S L
Decimal 179 147 188 0.05 0.22 0 0.26 286.83 0.23 0.66
Hex B3 93 BC 5 16 0 1A 11F 17 42
Octal 263 223 274 5 26 0 32 437 27 102
Binary 10110011 10010011 10111100 101 10110 0 11010 100011111 10111 1000010

Color Harmonies of #B393BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B393BC

Black with #B393BC

Text Example


Text Example

White with #B393BC

Text Example


Text Example

HTML Codes & Css Web 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>