#B597BD

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

Shades of East Side #B597BD

Tints of East Side #B597BD

Color information

#B597BD (or 0xB597BD) is unknown color: approx East Side. HEX triplet: B5, 97 and BD. RGB value is (181,151,189). Sum of RGB (Red+Green+Blue) = 181+151+189=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: blue. Hex color #B597BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B597BD is #4A6842. Grayscale: #A4A4A4. Windows color (decimal): -4876355 or 12425141. OLE color: 12425141.

HSL color Cylindrical-coordinate representation of color #B597BD: hue angle of 287.37º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B597BD is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181151189-
CMYK0.040.2000.26
HSL287.37º22.35%66.67%-
HSV(B)287.37º20.11%74.12%-
XYZ39.3135.6352.95-
YUV164.3141.94139.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 189 (74.22% from 255) = 36.28%
R=34.74%
G=28.98%
B=36.28%

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
Decimal1811511890.040.2000.26287.3722.3566.67
HexB597BD41401A11f1643
Octal26522727542403243726103
Binary10110101100101111011110110010100011010100011111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B597BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B597BD; }

 p { color: rgb(181,151,189); }

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

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

 a { background-color: rgb(181,151,189); }

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

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

 span { border-color: rgb(181,151,189); }

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