Html Css Color HEX #B496BA East Side

📋 copy color: '#B496BA'

red 180 ◦ green 150 ◦ blue 186

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

Shades of East Side #B496BA

Tints of East Side #B496BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.07%

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

R = 34.88%
G = 29.07%
B = 36.05%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B496BA (or 0xB496BA) is known color: East Side. HEX triplet: B4, 96 and BA. RGB value is (180,150,186). Sum of RGB (Red+Green+Blue) = 180+150+186=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #B496BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B496BA is #4B6945. Grayscale: #A2A2A2. Windows color (decimal): -4942150 or 12228276. OLE color: 12228276.

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

Color convert

RGB 180 150 186 -
CMYK 0.03 0.19 0 0.27
HSL 290º 0.21% 0.66% -
HSV(B) 290º 0.19% 0.73% -
XYZ 38.59 35.06 51.19 -
YUV 163.07 140.94 140.07 -
System Red Green Blue C M Y K H S L
Decimal 180 150 186 0.03 0.19 0 0.27 290 0.21 0.66
Hex B4 96 BA 3 13 0 1B 122 15 42
Octal 264 226 272 3 23 0 33 442 25 102
Binary 10110100 10010110 10111010 11 10011 0 11011 100100010 10101 1000010

Color Harmonies of #B496BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B496BA

Black with #B496BA

Text Example


Text Example

White with #B496BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B496BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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