#B489C8

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

Shades of East Side #B489C8

Tints of East Side #B489C8

Color information

#B489C8 (or 0xB489C8) is unknown color: approx East Side. HEX triplet: B4, 89 and C8. RGB value is (180,137,200). Sum of RGB (Red+Green+Blue) = 180+137+200=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 200 - color contains mainly: blue. Hex color #B489C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489C8 is #4B7637. Grayscale: #9C9C9C. Windows color (decimal): -4945464 or 13142452. OLE color: 13142452.

HSL color Cylindrical-coordinate representation of color #B489C8: hue angle of 280.95º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B489C8 is Cyan = 0.1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB180137200-
CMYK0.10.3200.22
HSL280.95º36.42%66.08%-
HSV(B)280.95º31.5%78.43%-
XYZ38.1931.7658.76-
YUV157.04152.25144.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 137 (53.91% from 255) = 26.50%
BLUE value IS 200 (78.52% from 255) = 38.68%
R=34.82%
G=26.50%
B=38.68%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801372000.10.3200.22280.9536.4266.08
HexB489C8A200161192442
Octal264211310124002643144102
Binary10110100100010011100100010101000000101101000110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489C8; }

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

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

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

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

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

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

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

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