#B290BC

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

Shades of East Side #B290BC

Tints of East Side #B290BC

Color information

#B290BC (or 0xB290BC) is unknown color: approx East Side. HEX triplet: B2, 90 and BC. RGB value is (178,144,188). Sum of RGB (Red+Green+Blue) = 178+144+188=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #B290BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290BC is #4D6F43. Grayscale: #9F9F9F. Windows color (decimal): -5074756 or 12357810. OLE color: 12357810.

HSL color Cylindrical-coordinate representation of color #B290BC: hue angle of 286.36º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B290BC is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB178144188-
CMYK0.050.2300.26
HSL286.36º24.72%65.1%-
HSV(B)286.36º23.4%73.73%-
XYZ37.4133.0451.98-
YUV159.18144.26141.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.90%
GREEN value IS 144 (56.64% from 255) = 28.24%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=34.90%
G=28.24%
B=36.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781441880.050.2300.26286.3624.7265.1
HexB290BC51701A11e1941
Octal26222027452703243631101
Binary10110010100100001011110010110111011010100011110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B290BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B290BC; }

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

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

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

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

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

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

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

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