#B290BF

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

Shades of East Side #B290BF

Tints of East Side #B290BF

Color information

#B290BF (or 0xB290BF) is unknown color: approx East Side. HEX triplet: B2, 90 and BF. RGB value is (178,144,191). Sum of RGB (Red+Green+Blue) = 178+144+191=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #B290BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290BF is #4D6F40. Grayscale: #9F9F9F. Windows color (decimal): -5074753 or 12554418. OLE color: 12554418.

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

Color convert

RGB178144191-
CMYK0.070.2500.25
HSL283.4º26.86%65.69%-
HSV(B)283.4º24.61%74.9%-
XYZ37.7433.1753.7-
YUV159.52145.76141.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 144 (56.64% from 255) = 28.07%
BLUE value IS 191 (75% from 255) = 37.23%
R=34.70%
G=28.07%
B=37.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781441910.070.2500.25283.426.8665.69
HexB290BF71901911b1b42
Octal26222027773103143333102
Binary10110010100100001011111111111001011001100011011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B290BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B290BF; }

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

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

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

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

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

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

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

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