#B489BF

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

Shades of East Side #B489BF

Tints of East Side #B489BF

Color information

#B489BF (or 0xB489BF) is unknown color: approx East Side. HEX triplet: B4, 89 and BF. RGB value is (180,137,191). Sum of RGB (Red+Green+Blue) = 180+137+191=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #B489BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489BF is #4B7640. Grayscale: #9B9B9B. Windows color (decimal): -4945473 or 12552628. OLE color: 12552628.

HSL color Cylindrical-coordinate representation of color #B489BF: hue angle of 287.78º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B489BF is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180137191-
CMYK0.060.2800.25
HSL287.78º29.67%64.31%-
HSV(B)287.78º28.27%74.9%-
XYZ37.1731.3653.38-
YUV156.01147.75145.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 137 (53.91% from 255) = 26.97%
BLUE value IS 191 (75% from 255) = 37.60%
R=35.43%
G=26.97%
B=37.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801371910.060.2800.25287.7829.6764.31
HexB489BF61C0191201e40
Octal26421127763403144036100
Binary10110100100010011011111111011100011001100100000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489BF; }

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

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

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

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

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

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

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

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