#B488A9

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

Shades of London Hue #B488A9

Tints of London Hue #B488A9

Color information

#B488A9 (or 0xB488A9) is unknown color: approx London Hue. HEX triplet: B4, 88 and A9. RGB value is (180,136,169). Sum of RGB (Red+Green+Blue) = 180+136+169=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B488A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B488A9 is #4B7756. Grayscale: #989898. Windows color (decimal): -4945751 or 11110580. OLE color: 11110580.

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

Color convert

RGB180136169-
CMYK00.240.060.29
HSL315º22.68%61.96%-
HSV(B)315º24.44%70.59%-
XYZ34.7930.1841.53-
YUV152.92137.08147.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 136 (53.52% from 255) = 28.04%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=37.11%
G=28.04%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013616900.240.060.2931522.6861.96
HexB488A901861D13b173e
Octal2642102510306354732776
Binary1011010010001000101010010110001101110110011101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488A9; }

 p { color: rgb(180,136,169); }

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

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

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

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

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

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

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