#B596BC

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

Shades of East Side #B596BC

Tints of East Side #B596BC

Color information

#B596BC (or 0xB596BC) is unknown color: approx East Side. HEX triplet: B5, 96 and BC. RGB value is (181,150,188). Sum of RGB (Red+Green+Blue) = 181+150+188=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #B596BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B596BC is #4A6943. Grayscale: #A3A3A3. Windows color (decimal): -4876612 or 12359349. OLE color: 12359349.

HSL color Cylindrical-coordinate representation of color #B596BC: hue angle of 288.95º 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 #B596BC is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181150188-
CMYK0.040.2000.26
HSL288.95º22.09%66.27%-
HSV(B)288.95º20.21%73.73%-
XYZ39.0435.2752.33-
YUV163.6141.77140.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 150 (58.98% from 255) = 28.90%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=34.87%
G=28.90%
B=36.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811501880.040.2000.26288.9522.0966.27
HexB596BC41401A1211642
Octal26522627442403244126102
Binary10110101100101101011110010010100011010100100001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B596BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B596BC; }

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

 H1.HeaderClassName
 {
   color: #B596BC;
 }
 .AnyTagClassName
 {
   color: #B596BC;
 }
</style>
background-color css

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

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

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

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

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

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