#B87CAF

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

Shades of London Hue #B87CAF

Tints of London Hue #B87CAF

Color information

#B87CAF (or 0xB87CAF) is unknown color: approx London Hue. HEX triplet: B8, 7C and AF. RGB value is (184,124,175). Sum of RGB (Red+Green+Blue) = 184+124+175=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B87CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87CAF is #478350. Grayscale: #939393. Windows color (decimal): -4686673 or 11500728. OLE color: 11500728.

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

Color convert

RGB184124175-
CMYK00.330.050.28
HSL309º29.7%60.39%-
HSV(B)309º32.61%72.16%-
XYZ34.7127.744.07-
YUV147.75143.38153.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 124 (48.83% from 255) = 25.67%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=38.10%
G=25.67%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412417500.330.050.2830929.760.39
HexB87CAF02151C1351e3c
Octal2701742570415344653674
Binary1011100011111001010111101000011011110010011010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87CAF; }

 p { color: rgb(184,124,175); }

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

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

 a { background-color: rgb(184,124,175); }

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

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

 span { border-color: rgb(184,124,175); }

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