#B596BE

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

Shades of East Side #B596BE

Tints of East Side #B596BE

Color information

#B596BE (or 0xB596BE) is unknown color: approx East Side. HEX triplet: B5, 96 and BE. RGB value is (181,150,190). Sum of RGB (Red+Green+Blue) = 181+150+190=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #B596BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B596BE is #4A6941. Grayscale: #A3A3A3. Windows color (decimal): -4876610 or 12490421. OLE color: 12490421.

HSL color Cylindrical-coordinate representation of color #B596BE: hue angle of 286.5º 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 #B596BE is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181150190-
CMYK0.050.2100.25
HSL286.5º23.53%66.67%-
HSV(B)286.5º21.05%74.51%-
XYZ39.2635.3553.47-
YUV163.83142.77140.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=34.74%
G=28.79%
B=36.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811501900.050.2100.25286.523.5366.67
HexB596BE51501911e1843
Octal26522627652503143630103
Binary10110101100101101011111010110101011001100011110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B596BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B596BE; }

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

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

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

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

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

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

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

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