#B395BF

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

Shades of East Side #B395BF

Tints of East Side #B395BF

Color information

#B395BF (or 0xB395BF) is unknown color: approx East Side. HEX triplet: B3, 95 and BF. RGB value is (179,149,191). Sum of RGB (Red+Green+Blue) = 179+149+191=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #B395BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B395BF is #4C6A40. Grayscale: #A2A2A2. Windows color (decimal): -5007937 or 12555699. OLE color: 12555699.

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

Color convert

RGB179149191-
CMYK0.060.2200.25
HSL282.86º24.71%66.67%-
HSV(B)282.86º21.99%74.9%-
XYZ38.7434.8453.97-
YUV162.76143.94139.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.49%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 191 (75% from 255) = 36.80%
R=34.49%
G=28.71%
B=36.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791491910.060.2200.25282.8624.7166.67
HexB395BF61601911b1943
Octal26322527762603143331103
Binary10110011100101011011111111010110011001100011011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B395BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B395BF; }

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

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

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

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

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

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

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

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