#B487AA

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

Shades of London Hue #B487AA

Tints of London Hue #B487AA

Color information

#B487AA (or 0xB487AA) is unknown color: approx London Hue. HEX triplet: B4, 87 and AA. RGB value is (180,135,170). Sum of RGB (Red+Green+Blue) = 180+135+170=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B487AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B487AA is #4B7855. Grayscale: #989898. Windows color (decimal): -4946006 or 11175860. OLE color: 11175860.

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

Color convert

RGB180135170-
CMYK00.250.060.29
HSL313.33º23.08%61.76%-
HSV(B)313.33º25%70.59%-
XYZ34.7429.9341.98-
YUV152.44137.91147.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 135 (53.12% from 255) = 27.84%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=37.11%
G=27.84%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013517000.250.060.29313.3323.0861.76
HexB487AA01961D139173e
Octal2642072520316354712776
Binary1011010010000111101010100110011101110110011100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487AA; }

 p { color: rgb(180,135,170); }

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

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

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

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

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

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

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