#B398C6

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

Shades of East Side #B398C6

Tints of East Side #B398C6

Color information

#B398C6 (or 0xB398C6) is unknown color: approx East Side. HEX triplet: B3, 98 and C6. RGB value is (179,152,198). Sum of RGB (Red+Green+Blue) = 179+152+198=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 198 - color contains mainly: blue. Hex color #B398C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398C6 is #4C6739. Grayscale: #A5A5A5. Windows color (decimal): -5007162 or 13015219. OLE color: 13015219.

HSL color Cylindrical-coordinate representation of color #B398C6: hue angle of 275.22º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B398C6 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB179152198-
CMYK0.100.2300.22
HSL275.22º28.75%68.63%-
HSV(B)275.22º23.23%77.65%-
XYZ40.0136.1258.29-
YUV165.32146.45137.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.84%
GREEN value IS 152 (59.77% from 255) = 28.73%
BLUE value IS 198 (77.73% from 255) = 37.43%
R=33.84%
G=28.73%
B=37.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791521980.100.2300.22275.2228.7568.63
HexB398C6A170161131d45
Octal263230306122702642335105
Binary101100111001100011000110101010111010110100010011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B398C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B398C6; }

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

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

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

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

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

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

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

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