#B87FAE

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

Shades of London Hue #B87FAE

Tints of London Hue #B87FAE

Color information

#B87FAE (or 0xB87FAE) is unknown color: approx London Hue. HEX triplet: B8, 7F and AE. RGB value is (184,127,174). Sum of RGB (Red+Green+Blue) = 184+127+174=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B87FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87FAE is #478051. Grayscale: #959595. Windows color (decimal): -4685906 or 11435960. OLE color: 11435960.

HSL color Cylindrical-coordinate representation of color #B87FAE: hue angle of 310.53º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B87FAE is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB184127174-
CMYK00.310.050.28
HSL310.53º28.64%60.98%-
HSV(B)310.53º30.98%72.16%-
XYZ3528.4343.69-
YUV149.4141.88152.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.94%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=37.94%
G=26.19%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412717400.310.050.28310.5328.6460.98
HexB87FAE01F51C1371d3d
Octal2701772560375344673575
Binary101110001111111101011100111111011110010011011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87FAE; }

 p { color: rgb(184,127,174); }

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

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

 a { background-color: rgb(184,127,174); }

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

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

 span { border-color: rgb(184,127,174); }

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