#B396C4

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

Shades of East Side #B396C4

Tints of East Side #B396C4

Color information

#B396C4 (or 0xB396C4) is unknown color: approx East Side. HEX triplet: B3, 96 and C4. RGB value is (179,150,196). Sum of RGB (Red+Green+Blue) = 179+150+196=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 196 - color contains mainly: blue. Hex color #B396C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B396C4 is #4C693B. Grayscale: #A3A3A3. Windows color (decimal): -5007676 or 12883635. OLE color: 12883635.

HSL color Cylindrical-coordinate representation of color #B396C4: hue angle of 277.83º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B396C4 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB179150196-
CMYK0.090.2300.23
HSL277.83º28.05%67.84%-
HSV(B)277.83º23.47%76.86%-
XYZ39.4635.3856.97-
YUV163.92146.11138.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=34.10%
G=28.57%
B=37.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791501960.090.2300.23277.8328.0567.84
HexB396C49170171161c44
Octal263226304112702742634104
Binary101100111001011011000100100110111010111100010110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B396C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B396C4; }

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

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

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

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

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

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

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

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