Html Css Color HEX #B395BA East Side

📋 copy color: '#B395BA'

red 179 ◦ green 149 ◦ blue 186

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

Shades of East Side #B395BA

Tints of East Side #B395BA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

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

R = 34.82%
G = 28.99%
B = 36.19%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B395BA (or 0xB395BA) is known color: East Side. HEX triplet: B3, 95 and BA. RGB value is (179,149,186). Sum of RGB (Red+Green+Blue) = 179+149+186=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #B395BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B395BA is #4C6A45. Grayscale: #A2A2A2. Windows color (decimal): -5007942 or 12228019. OLE color: 12228019.

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

Color convert

RGB 179 149 186 -
CMYK 0.04 0.20 0 0.27
HSL 288.65º 0.21% 0.66% -
HSV(B) 288.65º 0.2% 0.73% -
XYZ 38.2 34.62 51.12 -
YUV 162.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 179 149 186 0.04 0.20 0 0.27 288.65 0.21 0.66
Hex B3 95 BA 4 14 0 1B 121 15 42
Octal 263 225 272 4 24 0 33 441 25 102
Binary 10110011 10010101 10111010 100 10100 0 11011 100100001 10101 1000010

Color Harmonies of #B395BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B395BA

Black with #B395BA

Text Example


Text Example

White with #B395BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B395BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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