#B489BB

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

Shades of East Side #B489BB

Tints of East Side #B489BB

Color information

#B489BB (or 0xB489BB) is unknown color: approx East Side. HEX triplet: B4, 89 and BB. RGB value is (180,137,187). Sum of RGB (Red+Green+Blue) = 180+137+187=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #B489BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489BB is #4B7644. Grayscale: #9B9B9B. Windows color (decimal): -4945477 or 12290484. OLE color: 12290484.

HSL color Cylindrical-coordinate representation of color #B489BB: hue angle of 291.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B489BB is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180137187-
CMYK0.040.2700.27
HSL291.6º26.88%63.53%-
HSV(B)291.6º26.74%73.33%-
XYZ36.7431.1851.1-
YUV155.56145.75145.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 137 (53.91% from 255) = 27.18%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=35.71%
G=27.18%
B=37.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801371870.040.2700.27291.626.8863.53
HexB489BB41B01B1241b40
Octal26421127343303344433100
Binary10110100100010011011101110011011011011100100100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489BB; }

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

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

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

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

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

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

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

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