#B298BF

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

Shades of East Side #B298BF

Tints of East Side #B298BF

Color information

#B298BF (or 0xB298BF) is unknown color: approx East Side. HEX triplet: B2, 98 and BF. RGB value is (178,152,191). Sum of RGB (Red+Green+Blue) = 178+152+191=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #B298BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298BF is #4D6740. Grayscale: #A4A4A4. Windows color (decimal): -5072705 or 12556466. OLE color: 12556466.

HSL color Cylindrical-coordinate representation of color #B298BF: hue angle of 280º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B298BF is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178152191-
CMYK0.070.2000.25
HSL280º23.35%67.25%-
HSV(B)280º20.42%74.9%-
XYZ38.9935.6854.12-
YUV164.22143.11137.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.17%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 191 (75% from 255) = 36.66%
R=34.17%
G=29.17%
B=36.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781521910.070.2000.2528023.3567.25
HexB298BF7140191181743
Octal26223027772403143027103
Binary10110010100110001011111111110100011001100011000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B298BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B298BF; }

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

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

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

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

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

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

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

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