#B396BE

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

Shades of East Side #B396BE

Tints of East Side #B396BE

Color information

#B396BE (or 0xB396BE) is unknown color: approx East Side. HEX triplet: B3, 96 and BE. RGB value is (179,150,190). Sum of RGB (Red+Green+Blue) = 179+150+190=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #B396BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B396BE is #4C6941. Grayscale: #A3A3A3. Windows color (decimal): -5007682 or 12490419. OLE color: 12490419.

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

Color convert

RGB179150190-
CMYK0.060.2100.25
HSL283.5º23.53%66.67%-
HSV(B)283.5º21.05%74.51%-
XYZ38.7935.1153.45-
YUV163.23143.11139.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.49%
GREEN value IS 150 (58.98% from 255) = 28.90%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=34.49%
G=28.90%
B=36.61%

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
Decimal1791501900.060.2100.25283.523.5366.67
HexB396BE61501911c1843
Octal26322627662503143430103
Binary10110011100101101011111011010101011001100011100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B396BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B396BE; }

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

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

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

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

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

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

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

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