Html Css Color HEX #B196BF East Side

📋 copy color: '#B196BF'

red 177 ◦ green 150 ◦ blue 191

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

Shades of East Side #B196BF

Tints of East Side #B196BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.87%

R = 34.17%
G = 28.96%
B = 36.87%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B196BF (or 0xB196BF) is known color: East Side. HEX triplet: B1, 96 and BF. RGB value is (177,150,191). Sum of RGB (Red+Green+Blue) = 177+150+191=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #B196BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B196BF is #4E6940. Grayscale: #A2A2A2. Windows color (decimal): -5138753 or 12555953. OLE color: 12555953.

HSL color Cylindrical-coordinate representation of color #B196BF: hue angle of 279.51º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B196BF is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 150 191 -
CMYK 0.07 0.21 0 0.25
HSL 279.51º 0.24% 0.67% -
HSV(B) 279.51º 0.21% 0.75% -
XYZ 38.44 34.92 54 -
YUV 162.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 177 150 191 0.07 0.21 0 0.25 279.51 0.24 0.67
Hex B1 96 BF 7 15 0 19 118 18 43
Octal 261 226 277 7 25 0 31 430 30 103
Binary 10110001 10010110 10111111 111 10101 0 11001 100011000 11000 1000011

Color Harmonies of #B196BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B196BF

Black with #B196BF

Text Example


Text Example

White with #B196BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B196BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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