#B489B4

Color #B489B4 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B489B4

Tints of London Hue #B489B4

Color information

#B489B4 (or 0xB489B4) is unknown color: approx London Hue. HEX triplet: B4, 89 and B4. RGB value is (180,137,180). Sum of RGB (Red+Green+Blue) = 180+137+180=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B489B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489B4 is #4B764B. Grayscale: #9A9A9A. Windows color (decimal): -4945484 or 11831732. OLE color: 11831732.

HSL color Cylindrical-coordinate representation of color #B489B4: hue angle of 300º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B489B4 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB180137180-
CMYK00.2400.29
HSL300º22.28%62.16%-
HSV(B)300º23.89%70.59%-
XYZ36.0130.8947.24-
YUV154.76142.25146-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 180 (70.70% from 255) = 36.22%
R=36.22%
G=27.57%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013718000.2400.2930022.2862.16
HexB489B401801D12c163e
Octal2642112640300354542676
Binary10110100100010011011010001100001110110010110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489B4; }

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

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

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

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

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

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

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

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