#B196BC

Color #B196BC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B196BC

Tints of East Side #B196BC

Color information

#B196BC (or 0xB196BC) is unknown color: approx 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

RGB177150188-
CMYK0.060.2000.26
HSL282.63º22.09%66.27%-
HSV(B)282.63º20.21%73.73%-
XYZ38.1134.7952.28-
YUV162.4142.45138.41-

RGB Variations

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

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.50%
R=34.37%
G=29.13%
B=36.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771501880.060.2000.26282.6322.0966.27
HexB196BC61401A11b1642
Octal26122627462403243326102
Binary10110001100101101011110011010100011010100011011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B196BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>