#B490BF

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

Shades of East Side #B490BF

Tints of East Side #B490BF

Color information

#B490BF (or 0xB490BF) is unknown color: approx East Side. HEX triplet: B4, 90 and BF. RGB value is (180,144,191). Sum of RGB (Red+Green+Blue) = 180+144+191=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #B490BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490BF is #4B6F40. Grayscale: #9F9F9F. Windows color (decimal): -4943681 or 12554420. OLE color: 12554420.

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

Color convert

RGB180144191-
CMYK0.060.2500.25
HSL285.96º26.86%65.69%-
HSV(B)285.96º24.61%74.9%-
XYZ38.233.4153.73-
YUV160.12145.43142.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 144 (56.64% from 255) = 27.96%
BLUE value IS 191 (75% from 255) = 37.09%
R=34.95%
G=27.96%
B=37.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801441910.060.2500.25285.9626.8665.69
HexB490BF61901911e1b42
Octal26422027763103143633102
Binary10110100100100001011111111011001011001100011110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490BF; }

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

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

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

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

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

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

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

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