#B296C1

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

Shades of East Side #B296C1

Tints of East Side #B296C1

Color information

#B296C1 (or 0xB296C1) is unknown color: approx East Side. HEX triplet: B2, 96 and C1. RGB value is (178,150,193). Sum of RGB (Red+Green+Blue) = 178+150+193=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: blue. Hex color #B296C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B296C1 is #4D693E. Grayscale: #A3A3A3. Windows color (decimal): -5073215 or 12687026. OLE color: 12687026.

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

Color convert

RGB178150193-
CMYK0.080.2200.24
HSL279.07º25.75%67.25%-
HSV(B)279.07º22.28%75.69%-
XYZ38.8935.1355.18-
YUV163.27144.78138.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.17%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=34.17%
G=28.79%
B=37.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781501930.080.2200.24279.0725.7567.25
HexB296C18160181171a43
Octal262226301102603042732103
Binary101100101001011011000001100010110011000100010111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B296C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B296C1; }

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

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

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

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

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

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

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

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