Html Css Color HEX #B494BA East Side

📋 copy color: '#B494BA'

red 180 ◦ green 148 ◦ blue 186

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

Shades of East Side #B494BA

Tints of East Side #B494BA

RGB

 RED value IS 180 (70.7% from 255) = 35.02%

 GREEN value IS 148 (58.2% from 255) = 28.79%

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

R = 35.02%
G = 28.79%
B = 36.19%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B494BA (or 0xB494BA) is known color: East Side. HEX triplet: B4, 94 and BA. RGB value is (180,148,186). Sum of RGB (Red+Green+Blue) = 180+148+186=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 148 (58.20% from 255 or 28.79% 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 #B494BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B494BA is #4B6B45. Grayscale: #A1A1A1. Windows color (decimal): -4942662 or 12227764. OLE color: 12227764.

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

Color convert

RGB 180 148 186 -
CMYK 0.03 0.20 0 0.27
HSL 290.53º 0.22% 0.65% -
HSV(B) 290.53º 0.2% 0.73% -
XYZ 38.28 34.43 51.08 -
YUV 161.9 141.6 140.91 -
System Red Green Blue C M Y K H S L
Decimal 180 148 186 0.03 0.20 0 0.27 290.53 0.22 0.65
Hex B4 94 BA 3 14 0 1B 123 16 41
Octal 264 224 272 3 24 0 33 443 26 101
Binary 10110100 10010100 10111010 11 10100 0 11011 100100011 10110 1000001

Color Harmonies of #B494BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B494BA

Black with #B494BA

Text Example


Text Example

White with #B494BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B494BA; }

 p { color: rgb(180,148,186); }

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

background-color css

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

 a { background-color: rgb(180,148,186); }

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

border-color css

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

 span { border-color: rgb(180,148,186); }

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