#B295BF

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

Shades of East Side #B295BF

Tints of East Side #B295BF

Color information

#B295BF (or 0xB295BF) is unknown color: approx East Side. HEX triplet: B2, 95 and BF. RGB value is (178,149,191). Sum of RGB (Red+Green+Blue) = 178+149+191=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #B295BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295BF is #4D6A40. Grayscale: #A2A2A2. Windows color (decimal): -5073473 or 12555698. OLE color: 12555698.

HSL color Cylindrical-coordinate representation of color #B295BF: hue angle of 281.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B295BF is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178149191-
CMYK0.070.2200.25
HSL281.43º24.71%66.67%-
HSV(B)281.43º21.99%74.9%-
XYZ38.5134.7253.96-
YUV162.46144.11139.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.36%
GREEN value IS 149 (58.59% from 255) = 28.76%
BLUE value IS 191 (75% from 255) = 36.87%
R=34.36%
G=28.76%
B=36.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781491910.070.2200.25281.4324.7166.67
HexB295BF7160191191943
Octal26222527772603143131103
Binary10110010100101011011111111110110011001100011001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B295BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B295BF; }

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

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

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

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

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

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

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

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