#B595BD

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

Shades of East Side #B595BD

Tints of East Side #B595BD

Color information

#B595BD (or 0xB595BD) is unknown color: approx East Side. HEX triplet: B5, 95 and BD. RGB value is (181,149,189). Sum of RGB (Red+Green+Blue) = 181+149+189=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 189 - color contains mainly: blue. Hex color #B595BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595BD is #4A6A42. Grayscale: #A2A2A2. Windows color (decimal): -4876867 or 12424629. OLE color: 12424629.

HSL color Cylindrical-coordinate representation of color #B595BD: hue angle of 288º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B595BD is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181149189-
CMYK0.040.2100.26
HSL288º23.26%66.27%-
HSV(B)288º21.16%74.12%-
XYZ38.9934.9952.84-
YUV163.13142.6140.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 189 (74.22% from 255) = 36.42%
R=34.87%
G=28.71%
B=36.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811491890.040.2100.2628823.2666.27
HexB595BD41501A1201742
Octal26522527542503244027102
Binary10110101100101011011110110010101011010100100000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B595BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B595BD; }

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

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

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

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

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

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

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

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