Html Css Color HEX #B196BC East Side

📋 copy color: '#B196BC'

red 177 ◦ green 150 ◦ blue 188

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

Shades of East Side #B196BC

Tints of East Side #B196BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.5%

R = 34.37%
G = 29.13%
B = 36.5%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B196BC (or 0xB196BC) is known color: East Side. HEX triplet: B1, 96 and BC. RGB value is (177,150,188). Sum of RGB (Red+Green+Blue) = 177+150+188=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #B196BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B196BC is #4E6943. Grayscale: #A2A2A2. Windows color (decimal): -5138756 or 12359345. OLE color: 12359345.

HSL color Cylindrical-coordinate representation of color #B196BC: hue angle of 282.63º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B196BC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 150 188 -
CMYK 0.06 0.20 0 0.26
HSL 282.63º 0.22% 0.66% -
HSV(B) 282.63º 0.2% 0.74% -
XYZ 38.11 34.79 52.28 -
YUV 162.41 142.45 138.41 -
System Red Green Blue C M Y K H S L
Decimal 177 150 188 0.06 0.20 0 0.26 282.63 0.22 0.66
Hex B1 96 BC 6 14 0 1A 11B 16 42
Octal 261 226 274 6 24 0 32 433 26 102
Binary 10110001 10010110 10111100 110 10100 0 11010 100011011 10110 1000010

Color Harmonies of #B196BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B196BC

Black with #B196BC

Text Example


Text Example

White with #B196BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B196BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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