#B396BF

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

Shades of East Side #B396BF

Tints of East Side #B396BF

Color information

#B396BF (or 0xB396BF) is unknown color: approx East Side. HEX triplet: B3, 96 and BF. RGB value is (179,150,191). Sum of RGB (Red+Green+Blue) = 179+150+191=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #B396BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B396BF is #4C6940. Grayscale: #A3A3A3. Windows color (decimal): -5007681 or 12555955. OLE color: 12555955.

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

Color convert

RGB179150191-
CMYK0.060.2100.25
HSL282.44º24.26%66.86%-
HSV(B)282.44º21.47%74.9%-
XYZ38.935.1654.03-
YUV163.34143.61139.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 150 (58.98% from 255) = 28.85%
BLUE value IS 191 (75% from 255) = 36.73%
R=34.42%
G=28.85%
B=36.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791501910.060.2100.25282.4424.2666.86
HexB396BF61501911a1843
Octal26322627762503143230103
Binary10110011100101101011111111010101011001100011010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B396BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B396BF; }

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

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

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

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

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

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

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

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