#B489C4

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

Shades of East Side #B489C4

Tints of East Side #B489C4

Color information

#B489C4 (or 0xB489C4) is unknown color: approx East Side. HEX triplet: B4, 89 and C4. RGB value is (180,137,196). Sum of RGB (Red+Green+Blue) = 180+137+196=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #B489C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489C4 is #4B763B. Grayscale: #9C9C9C. Windows color (decimal): -4945468 or 12880308. OLE color: 12880308.

HSL color Cylindrical-coordinate representation of color #B489C4: hue angle of 283.73º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B489C4 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB180137196-
CMYK0.080.3000.23
HSL283.73º33.33%65.29%-
HSV(B)283.73º30.1%76.86%-
XYZ37.7331.5856.33-
YUV156.58150.25144.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 137 (53.91% from 255) = 26.71%
BLUE value IS 196 (76.95% from 255) = 38.21%
R=35.09%
G=26.71%
B=38.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801371960.080.3000.23283.7333.3365.29
HexB489C481E01711c2141
Octal264211304103602743441101
Binary1011010010001001110001001000111100101111000111001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489C4; }

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

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

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

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

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

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

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

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