#B296C2

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

Shades of East Side #B296C2

Tints of East Side #B296C2

Color information

#B296C2 (or 0xB296C2) is unknown color: approx East Side. HEX triplet: B2, 96 and C2. RGB value is (178,150,194). Sum of RGB (Red+Green+Blue) = 178+150+194=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 194 - color contains mainly: blue. Hex color #B296C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B296C2 is #4D693D. Grayscale: #A3A3A3. Windows color (decimal): -5073214 or 12752562. OLE color: 12752562.

HSL color Cylindrical-coordinate representation of color #B296C2: hue angle of 278.18º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B296C2 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB178150194-
CMYK0.080.2300.24
HSL278.18º26.51%67.45%-
HSV(B)278.18º22.68%76.08%-
XYZ3935.1755.77-
YUV163.39145.28138.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 150 (58.98% from 255) = 28.74%
BLUE value IS 194 (76.17% from 255) = 37.16%
R=34.10%
G=28.74%
B=37.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781501940.080.2300.24278.1826.5167.45
HexB296C28170181161b43
Octal262226302102703042633103
Binary101100101001011011000010100010111011000100010110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B296C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B296C2; }

 p { color: rgb(178,150,194); }

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

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

 a { background-color: rgb(178,150,194); }

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

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

 span { border-color: rgb(178,150,194); }

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