#B489C0

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

Shades of East Side #B489C0

Tints of East Side #B489C0

Color information

#B489C0 (or 0xB489C0) is unknown color: approx East Side. HEX triplet: B4, 89 and C0. RGB value is (180,137,192). Sum of RGB (Red+Green+Blue) = 180+137+192=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 192 - color contains mainly: blue. Hex color #B489C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489C0 is #4B763F. Grayscale: #9B9B9B. Windows color (decimal): -4945472 or 12618164. OLE color: 12618164.

HSL color Cylindrical-coordinate representation of color #B489C0: hue angle of 286.91º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B489C0 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180137192-
CMYK0.060.2900.25
HSL286.91º30.39%64.51%-
HSV(B)286.91º28.65%75.29%-
XYZ37.2831.453.97-
YUV156.13148.25145.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 137 (53.91% from 255) = 26.92%
BLUE value IS 192 (75.39% from 255) = 37.72%
R=35.36%
G=26.92%
B=37.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801371920.060.2900.25286.9130.3964.51
HexB489C061D01911f1e41
Octal26421130063503143736101
Binary10110100100010011100000011011101011001100011111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489C0; }

 p { color: rgb(180,137,192); }

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

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

 a { background-color: rgb(180,137,192); }

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

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

 span { border-color: rgb(180,137,192); }

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