#B489B0

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

Shades of London Hue #B489B0

Tints of London Hue #B489B0

Color information

#B489B0 (or 0xB489B0) is unknown color: approx London Hue. HEX triplet: B4, 89 and B0. RGB value is (180,137,176). Sum of RGB (Red+Green+Blue) = 180+137+176=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B489B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B489B0 is #4B764F. Grayscale: #9A9A9A. Windows color (decimal): -4945488 or 11569588. OLE color: 11569588.

HSL color Cylindrical-coordinate representation of color #B489B0: hue angle of 305.58º 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 #B489B0 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB180137176-
CMYK00.240.020.29
HSL305.58º22.28%62.16%-
HSV(B)305.58º23.89%70.59%-
XYZ35.630.7345.13-
YUV154.3140.25146.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 137 (53.91% from 255) = 27.79%
BLUE value IS 176 (69.14% from 255) = 35.70%
R=36.51%
G=27.79%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013717600.240.020.29305.5822.2862.16
HexB489B001821D132163e
Octal2642112600302354622676
Binary101101001000100110110000011000101110110011001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489B0; }

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

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

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

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

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

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

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

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