#B295BC

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

Shades of East Side #B295BC

Tints of East Side #B295BC

Color information

#B295BC (or 0xB295BC) is unknown color: approx East Side. HEX triplet: B2, 95 and BC. RGB value is (178,149,188). Sum of RGB (Red+Green+Blue) = 178+149+188=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #B295BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295BC is #4D6A43. Grayscale: #A1A1A1. Windows color (decimal): -5073476 or 12359090. OLE color: 12359090.

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

Color convert

RGB178149188-
CMYK0.050.2100.26
HSL284.62º22.54%66.08%-
HSV(B)284.62º20.74%73.73%-
XYZ38.1834.5952.24-
YUV162.12142.61139.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.56%
GREEN value IS 149 (58.59% from 255) = 28.93%
BLUE value IS 188 (73.83% from 255) = 36.50%
R=34.56%
G=28.93%
B=36.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781491880.050.2100.26284.6222.5466.08
HexB295BC51501A11d1742
Octal26222527452503243527102
Binary10110010100101011011110010110101011010100011101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B295BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B295BC; }

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

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

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

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

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

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

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

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