#B596CA

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

Shades of East Side #B596CA

Tints of East Side #B596CA

Color information

#B596CA (or 0xB596CA) is unknown color: approx East Side. HEX triplet: B5, 96 and CA. RGB value is (181,150,202). Sum of RGB (Red+Green+Blue) = 181+150+202=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #B596CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B596CA is #4A6935. Grayscale: #A5A5A5. Windows color (decimal): -4876598 or 13276853. OLE color: 13276853.

HSL color Cylindrical-coordinate representation of color #B596CA: hue angle of 275.77º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B596CA is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181150202-
CMYK0.100.2600.21
HSL275.77º32.91%69.02%-
HSV(B)275.77º25.74%79.22%-
XYZ40.6235.960.67-
YUV165.2148.77139.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.96%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=33.96%
G=28.14%
B=37.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811502020.100.2600.21275.7732.9169.02
HexB596CAA1A0151142145
Octal265226312123202542441105
Binary1011010110010110110010101010110100101011000101001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B596CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B596CA; }

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

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

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

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

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

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

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

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