#B298BA

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

Shades of East Side #B298BA

Tints of East Side #B298BA

Color information

#B298BA (or 0xB298BA) is unknown color: approx East Side. HEX triplet: B2, 98 and BA. RGB value is (178,152,186). Sum of RGB (Red+Green+Blue) = 178+152+186=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #B298BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298BA is #4D6745. Grayscale: #A3A3A3. Windows color (decimal): -5072710 or 12228786. OLE color: 12228786.

HSL color Cylindrical-coordinate representation of color #B298BA: hue angle of 285.88º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B298BA is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178152186-
CMYK0.040.1800.27
HSL285.88º19.77%66.27%-
HSV(B)285.88º18.28%72.94%-
XYZ38.4535.4751.27-
YUV163.65140.61138.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.50%
GREEN value IS 152 (59.77% from 255) = 29.46%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=34.50%
G=29.46%
B=36.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781521860.040.1800.27285.8819.7766.27
HexB298BA41201B11e1442
Octal26223027242203343624102
Binary10110010100110001011101010010010011011100011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B298BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B298BA; }

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

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

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

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

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

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

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

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