#B488A7

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

Shades of London Hue #B488A7

Tints of London Hue #B488A7

Color information

#B488A7 (or 0xB488A7) is unknown color: approx London Hue. HEX triplet: B4, 88 and A7. RGB value is (180,136,167). Sum of RGB (Red+Green+Blue) = 180+136+167=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 167 (65.62% from 255 or 34.58% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B488A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B488A7 is #4B7758. Grayscale: #989898. Windows color (decimal): -4945753 or 10979508. OLE color: 10979508.

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

Color convert

RGB180136167-
CMYK00.240.070.29
HSL317.73º22.68%61.96%-
HSV(B)317.73º24.44%70.59%-
XYZ34.630.140.55-
YUV152.69136.08147.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 136 (53.52% from 255) = 28.16%
BLUE value IS 167 (65.62% from 255) = 34.58%
R=37.27%
G=28.16%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013616700.240.070.29317.7322.6861.96
HexB488A701871D13e173e
Octal2642102470307354762776
Binary1011010010001000101001110110001111110110011111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488A7; }

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

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

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

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

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

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

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

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