Html Css Color HEX #B196C2 East Side

📋 copy color: '#B196C2'

red 177 ◦ green 150 ◦ blue 194

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

Shades of East Side #B196C2

Tints of East Side #B196C2

RGB

 RED value IS 177 (69.53% from 255) = 33.97%

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

 BLUE value IS 194 (76.17% from 255) = 37.24%

R = 33.97%
G = 28.79%
B = 37.24%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B196C2 (or 0xB196C2) is known color: East Side. HEX triplet: B1, 96 and C2. RGB value is (177,150,194). Sum of RGB (Red+Green+Blue) = 177+150+194=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 194 - color contains mainly: blue. Hex color #B196C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B196C2 is #4E693D. Grayscale: #A2A2A2. Windows color (decimal): -5138750 or 12752561. OLE color: 12752561.

HSL color Cylindrical-coordinate representation of color #B196C2: hue angle of 276.82º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B196C2 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 150 194 -
CMYK 0.09 0.23 0 0.24
HSL 276.82º 0.27% 0.67% -
HSV(B) 276.82º 0.23% 0.76% -
XYZ 38.78 35.05 55.76 -
YUV 163.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 177 150 194 0.09 0.23 0 0.24 276.82 0.27 0.67
Hex B1 96 C2 9 17 0 18 115 1B 43
Octal 261 226 302 11 27 0 30 425 33 103
Binary 10110001 10010110 11000010 1001 10111 0 11000 100010101 11011 1000011

Color Harmonies of #B196C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B196C2

Black with #B196C2

Text Example


Text Example

White with #B196C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B196C2; }

 p { color: rgb(177,150,194); }

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

background-color css

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

 a { background-color: rgb(177,150,194); }

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

border-color css

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

 span { border-color: rgb(177,150,194); }

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