#B489BD

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

Shades of East Side #B489BD

Tints of East Side #B489BD

Color information

#B489BD (or 0xB489BD) is unknown color: approx East Side. HEX triplet: B4, 89 and BD. RGB value is (180,137,189). Sum of RGB (Red+Green+Blue) = 180+137+189=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #B489BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489BD is #4B7642. Grayscale: #9B9B9B. Windows color (decimal): -4945475 or 12421556. OLE color: 12421556.

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

Color convert

RGB180137189-
CMYK0.050.2800.26
HSL289.62º28.26%63.92%-
HSV(B)289.62º27.51%74.12%-
XYZ36.9531.2752.23-
YUV155.78146.75145.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.57%
GREEN value IS 137 (53.91% from 255) = 27.08%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=35.57%
G=27.08%
B=37.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801371890.050.2800.26289.6228.2663.92
HexB489BD51C01A1221c40
Octal26421127553403244234100
Binary10110100100010011011110110111100011010100100010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489BD; }

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

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

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

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

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

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

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

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