#b290cc

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

Shades of East Side #B290CC

Tints of East Side #B290CC

Color information

#B290CC (or 0xB290CC) is unknown color: approx East Side. HEX triplet: B2, 90 and CC. RGB value is (178,144,204). Sum of RGB (Red+Green+Blue) = 178+144+204=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #B290CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290CC is #4D6F33. Grayscale: #A0A0A0. Windows color (decimal): -5074740 or 13406386. OLE color: 13406386.

HSL color Cylindrical-coordinate representation of color #B290CC: hue angle of 274º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B290CC is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB178144204-
CMYK0.130.2900.2
HSL274º37.04%68.24%-
HSV(B)274º29.41%80%-
XYZ39.2333.7761.58-
YUV161.01152.26140.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.84%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=33.84%
G=27.38%
B=38.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1781442040.130.2900.227437.0468.24
HexB290CCD1D0141122544
Octal262220314153502442245104
Binary1011001010010000110011001101111010101001000100101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b290cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b290cc; }

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

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

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

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

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

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

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

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