#B090BF

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

Shades of East Side #B090BF

Tints of East Side #B090BF

Color information

#B090BF (or 0xB090BF) is unknown color: approx East Side. HEX triplet: B0, 90 and BF. RGB value is (176,144,191). Sum of RGB (Red+Green+Blue) = 176+144+191=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #B090BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090BF is #4F6F40. Grayscale: #9E9E9E. Windows color (decimal): -5205825 or 12554416. OLE color: 12554416.

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

Color convert

RGB176144191-
CMYK0.080.2500.25
HSL280.85º26.86%65.69%-
HSV(B)280.85º24.61%74.9%-
XYZ37.2832.9453.68-
YUV158.93146.1140.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 144 (56.64% from 255) = 28.18%
BLUE value IS 191 (75% from 255) = 37.38%
R=34.44%
G=28.18%
B=37.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761441910.080.2500.25280.8526.8665.69
HexB090BF8190191191b42
Octal260220277103103143133102
Binary101100001001000010111111100011001011001100011001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B090BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B090BF; }

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

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

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

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

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

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

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

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