#B487AD

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

Shades of London Hue #B487AD

Tints of London Hue #B487AD

Color information

#B487AD (or 0xB487AD) is unknown color: approx London Hue. HEX triplet: B4, 87 and AD. RGB value is (180,135,173). Sum of RGB (Red+Green+Blue) = 180+135+173=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B487AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B487AD is #4B7852. Grayscale: #989898. Windows color (decimal): -4946003 or 11372468. OLE color: 11372468.

HSL color Cylindrical-coordinate representation of color #B487AD: hue angle of 309.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 #B487AD is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB180135173-
CMYK00.250.040.29
HSL309.33º23.08%61.76%-
HSV(B)309.33º25%70.59%-
XYZ35.0330.0543.49-
YUV152.79139.41147.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 135 (53.12% from 255) = 27.66%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=36.89%
G=27.66%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013517300.250.040.29309.3323.0861.76
HexB487AD01941D135173e
Octal2642072550314354652776
Binary1011010010000111101011010110011001110110011010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487AD; }

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

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

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

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

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

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

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

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