#B487AE

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

Shades of London Hue #B487AE

Tints of London Hue #B487AE

Color information

#B487AE (or 0xB487AE) is unknown color: approx London Hue. HEX triplet: B4, 87 and AE. RGB value is (180,135,174). Sum of RGB (Red+Green+Blue) = 180+135+174=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B487AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B487AE is #4B7851. Grayscale: #989898. Windows color (decimal): -4946002 or 11438004. OLE color: 11438004.

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

Color convert

RGB180135174-
CMYK00.250.030.29
HSL308º23.08%61.76%-
HSV(B)308º25%70.59%-
XYZ35.1330.0944-
YUV152.9139.91147.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 135 (53.12% from 255) = 27.61%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=36.81%
G=27.61%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013517400.250.030.2930823.0861.76
HexB487AE01931D134173e
Octal2642072560313354642776
Binary101101001000011110101110011001111110110011010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487AE; }

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

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

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

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

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

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

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

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