#B398C1

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

Shades of East Side #B398C1

Tints of East Side #B398C1

Color information

#B398C1 (or 0xB398C1) is unknown color: approx East Side. HEX triplet: B3, 98 and C1. RGB value is (179,152,193). Sum of RGB (Red+Green+Blue) = 179+152+193=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 193 - color contains mainly: blue. Hex color #B398C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398C1 is #4C673E. Grayscale: #A4A4A4. Windows color (decimal): -5007167 or 12687539. OLE color: 12687539.

HSL color Cylindrical-coordinate representation of color #B398C1: hue angle of 279.51º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B398C1 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB179152193-
CMYK0.070.2100.24
HSL279.51º24.85%67.65%-
HSV(B)279.51º21.24%75.69%-
XYZ39.4435.8955.3-
YUV164.75143.95138.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 152 (59.77% from 255) = 29.01%
BLUE value IS 193 (75.78% from 255) = 36.83%
R=34.16%
G=29.01%
B=36.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791521930.070.2100.24279.5124.8567.65
HexB398C17150181181944
Octal26323030172503043031104
Binary10110011100110001100000111110101011000100011000110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B398C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B398C1; }

 p { color: rgb(179,152,193); }

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

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

 a { background-color: rgb(179,152,193); }

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

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

 span { border-color: rgb(179,152,193); }

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