#B298C6

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

Shades of East Side #B298C6

Tints of East Side #B298C6

Color information

#B298C6 (or 0xB298C6) is unknown color: approx East Side. HEX triplet: B2, 98 and C6. RGB value is (178,152,198). Sum of RGB (Red+Green+Blue) = 178+152+198=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 198 - color contains mainly: blue. Hex color #B298C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298C6 is #4D6739. Grayscale: #A4A4A4. Windows color (decimal): -5072698 or 13015218. OLE color: 13015218.

HSL color Cylindrical-coordinate representation of color #B298C6: hue angle of 273.91º 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 #B298C6 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB178152198-
CMYK0.100.2300.22
HSL273.91º28.75%68.63%-
HSV(B)273.91º23.23%77.65%-
XYZ39.783658.28-
YUV165.02146.61137.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.71%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 198 (77.73% from 255) = 37.5%
R=33.71%
G=28.79%
B=37.5%

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
Decimal1781521980.100.2300.22273.9128.7568.63
HexB298C6A170161121d45
Octal262230306122702642235105
Binary101100101001100011000110101010111010110100010010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B298C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B298C6; }

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

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

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

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

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

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

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

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