#B298C4

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

Shades of East Side #B298C4

Tints of East Side #B298C4

Color information

#B298C4 (or 0xB298C4) is unknown color: approx East Side. HEX triplet: B2, 98 and C4. RGB value is (178,152,196). Sum of RGB (Red+Green+Blue) = 178+152+196=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #B298C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298C4 is #4D673B. Grayscale: #A4A4A4. Windows color (decimal): -5072700 or 12884146. OLE color: 12884146.

HSL color Cylindrical-coordinate representation of color #B298C4: hue angle of 275.45º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B298C4 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB178152196-
CMYK0.090.2200.23
HSL275.45º27.16%68.24%-
HSV(B)275.45º22.45%76.86%-
XYZ39.5535.9157.07-
YUV164.79145.61137.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.84%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=33.84%
G=28.90%
B=37.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781521960.090.2200.23275.4527.1668.24
HexB298C49160171131b44
Octal262230304112602742333104
Binary101100101001100011000100100110110010111100010011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B298C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B298C4; }

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

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

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

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

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

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

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

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