#B490CE

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

Shades of East Side #B490CE

Tints of East Side #B490CE

Color information

#B490CE (or 0xB490CE) is unknown color: approx East Side. HEX triplet: B4, 90 and CE. RGB value is (180,144,206). Sum of RGB (Red+Green+Blue) = 180+144+206=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #B490CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490CE is #4B6F31. Grayscale: #A1A1A1. Windows color (decimal): -4943666 or 13537460. OLE color: 13537460.

HSL color Cylindrical-coordinate representation of color #B490CE: hue angle of 274.84º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B490CE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180144206-
CMYK0.130.3000.19
HSL274.84º38.75%68.63%-
HSV(B)274.84º30.1%80.78%-
XYZ39.9434.1162.87-
YUV161.83152.93140.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 144 (56.64% from 255) = 27.17%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=33.96%
G=27.17%
B=38.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801442060.130.3000.19274.8438.7568.63
HexB490CED1E0131132745
Octal264220316153602342347105
Binary1011010010010000110011101101111100100111000100111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490CE; }

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

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

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

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

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

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

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

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