#B596BF

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

Shades of East Side #B596BF

Tints of East Side #B596BF

Color information

#B596BF (or 0xB596BF) is unknown color: approx East Side. HEX triplet: B5, 96 and BF. RGB value is (181,150,191). Sum of RGB (Red+Green+Blue) = 181+150+191=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #B596BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B596BF is #4A6940. Grayscale: #A3A3A3. Windows color (decimal): -4876609 or 12555957. OLE color: 12555957.

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

Color convert

RGB181150191-
CMYK0.050.2100.25
HSL285.37º24.26%66.86%-
HSV(B)285.37º21.47%74.9%-
XYZ39.3735.454.05-
YUV163.94143.27140.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 150 (58.98% from 255) = 28.74%
BLUE value IS 191 (75% from 255) = 36.59%
R=34.67%
G=28.74%
B=36.59%

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
Decimal1811501910.050.2100.25285.3724.2666.86
HexB596BF51501911d1843
Octal26522627752503143530103
Binary10110101100101101011111110110101011001100011101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B596BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B596BF; }

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

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

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

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

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

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

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

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