#B595BC

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

Shades of East Side #B595BC

Tints of East Side #B595BC

Color information

#B595BC (or 0xB595BC) is unknown color: approx East Side. HEX triplet: B5, 95 and BC. RGB value is (181,149,188). Sum of RGB (Red+Green+Blue) = 181+149+188=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #B595BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595BC is #4A6A43. Grayscale: #A2A2A2. Windows color (decimal): -4876868 or 12359093. OLE color: 12359093.

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

Color convert

RGB181149188-
CMYK0.040.2100.26
HSL289.23º22.54%66.08%-
HSV(B)289.23º20.74%73.73%-
XYZ38.8834.9552.27-
YUV163.01142.1140.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 149 (58.59% from 255) = 28.76%
BLUE value IS 188 (73.83% from 255) = 36.29%
R=34.94%
G=28.76%
B=36.29%

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
Decimal1811491880.040.2100.26289.2322.5466.08
HexB595BC41501A1211742
Octal26522527442503244127102
Binary10110101100101011011110010010101011010100100001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B595BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B595BC; }

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

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

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

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

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

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

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

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