#B297C1

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

Shades of East Side #B297C1

Tints of East Side #B297C1

Color information

#B297C1 (or 0xB297C1) is unknown color: approx East Side. HEX triplet: B2, 97 and C1. RGB value is (178,151,193). Sum of RGB (Red+Green+Blue) = 178+151+193=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #B297C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297C1 is #4D683E. Grayscale: #A3A3A3. Windows color (decimal): -5072959 or 12687282. OLE color: 12687282.

HSL color Cylindrical-coordinate representation of color #B297C1: hue angle of 278.57º degrees, saturation: 0.25, 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 #B297C1 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB178151193-
CMYK0.080.2200.24
HSL278.57º25.3%67.45%-
HSV(B)278.57º21.76%75.69%-
XYZ39.0535.4555.24-
YUV163.86144.45138.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 151 (59.38% from 255) = 28.93%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=34.10%
G=28.93%
B=36.97%

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
Decimal1781511930.080.2200.24278.5725.367.45
HexB297C18160181171943
Octal262227301102603042731103
Binary101100101001011111000001100010110011000100010111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B297C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B297C1; }

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

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

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

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

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

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

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

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