#B295BD

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

Shades of East Side #B295BD

Tints of East Side #B295BD

Color information

#B295BD (or 0xB295BD) is unknown color: approx East Side. HEX triplet: B2, 95 and BD. RGB value is (178,149,189). Sum of RGB (Red+Green+Blue) = 178+149+189=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 189 - color contains mainly: blue. Hex color #B295BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295BD is #4D6A42. Grayscale: #A2A2A2. Windows color (decimal): -5073475 or 12424626. OLE color: 12424626.

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

Color convert

RGB178149189-
CMYK0.060.2100.26
HSL283.5º23.26%66.27%-
HSV(B)283.5º21.16%74.12%-
XYZ38.2934.6352.81-
YUV162.23143.11139.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.50%
GREEN value IS 149 (58.59% from 255) = 28.88%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=34.50%
G=28.88%
B=36.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781491890.060.2100.26283.523.2666.27
HexB295BD61501A11c1742
Octal26222527562503243427102
Binary10110010100101011011110111010101011010100011100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B295BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B295BD; }

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

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

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

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

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

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

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

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