#B298BE

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

Shades of East Side #B298BE

Tints of East Side #B298BE

Color information

#B298BE (or 0xB298BE) is unknown color: approx East Side. HEX triplet: B2, 98 and BE. RGB value is (178,152,190). Sum of RGB (Red+Green+Blue) = 178+152+190=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #B298BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298BE is #4D6741. Grayscale: #A3A3A3. Windows color (decimal): -5072706 or 12490930. OLE color: 12490930.

HSL color Cylindrical-coordinate representation of color #B298BE: hue angle of 281.05º 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 #B298BE is Cyan = 0.06, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178152190-
CMYK0.060.200.25
HSL281.05º22.62%67.06%-
HSV(B)281.05º20%74.51%-
XYZ38.8835.6453.54-
YUV164.11142.61137.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.23%
GREEN value IS 152 (59.77% from 255) = 29.23%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=34.23%
G=29.23%
B=36.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781521900.060.200.25281.0522.6267.06
HexB298BE6140191191743
Octal26223027662403143127103
Binary10110010100110001011111011010100011001100011001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B298BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B298BE; }

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

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

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

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

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

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

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

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