#B489CC

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

Shades of East Side #B489CC

Tints of East Side #B489CC

Color information

#B489CC (or 0xB489CC) is unknown color: approx East Side. HEX triplet: B4, 89 and CC. RGB value is (180,137,204). Sum of RGB (Red+Green+Blue) = 180+137+204=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #B489CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489CC is #4B7633. Grayscale: #9D9D9D. Windows color (decimal): -4945460 or 13404596. OLE color: 13404596.

HSL color Cylindrical-coordinate representation of color #B489CC: hue angle of 278.51º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B489CC is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB180137204-
CMYK0.120.3300.2
HSL278.51º39.64%66.86%-
HSV(B)278.51º32.84%80%-
XYZ38.6731.9561.26-
YUV157.5154.25144.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 137 (53.91% from 255) = 26.30%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=34.55%
G=26.30%
B=39.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1801372040.120.3300.2278.5139.6466.86
HexB489CCC210141172843
Octal264211314144102442750103
Binary10110100100010011100110011001000010101001000101111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489CC; }

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

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

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

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

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

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

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

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