Html Css Color HEX #B196C1 East Side

📋 copy color: '#B196C1'

red 177 ◦ green 150 ◦ blue 193

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

Shades of East Side #B196C1

Tints of East Side #B196C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.12%

R = 34.04%
G = 28.85%
B = 37.12%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B196C1 (or 0xB196C1) is known color: East Side. HEX triplet: B1, 96 and C1. RGB value is (177,150,193). Sum of RGB (Red+Green+Blue) = 177+150+193=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #B196C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B196C1 is #4E693E. Grayscale: #A2A2A2. Windows color (decimal): -5138751 or 12687025. OLE color: 12687025.

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

Color convert

RGB 177 150 193 -
CMYK 0.08 0.22 0 0.24
HSL 277.67º 0.26% 0.67% -
HSV(B) 277.67º 0.22% 0.76% -
XYZ 38.66 35.01 55.17 -
YUV 162.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 177 150 193 0.08 0.22 0 0.24 277.67 0.26 0.67
Hex B1 96 C1 8 16 0 18 116 1A 43
Octal 261 226 301 10 26 0 30 426 32 103
Binary 10110001 10010110 11000001 1000 10110 0 11000 100010110 11010 1000011

Color Harmonies of #B196C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B196C1

Black with #B196C1

Text Example


Text Example

White with #B196C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B196C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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