#B886AF

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

Shades of London Hue #B886AF

Tints of London Hue #B886AF

Color information

#B886AF (or 0xB886AF) is unknown color: approx London Hue. HEX triplet: B8, 86 and AF. RGB value is (184,134,175). Sum of RGB (Red+Green+Blue) = 184+134+175=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 184 - color contains mainly: red. Hex color #B886AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B886AF is #477950. Grayscale: #999999. Windows color (decimal): -4684113 or 11503288. OLE color: 11503288.

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

Color convert

RGB184134175-
CMYK00.270.050.28
HSL310.8º26.04%62.35%-
HSV(B)310.8º27.17%72.16%-
XYZ36.0330.3444.51-
YUV153.62140.06149.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.32%
GREEN value IS 134 (52.73% from 255) = 27.18%
BLUE value IS 175 (68.75% from 255) = 35.50%
R=37.32%
G=27.18%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413417500.270.050.28310.826.0462.35
HexB886AF01B51C1371a3e
Octal2702062570335344673276
Binary1011100010000110101011110110111011110010011011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B886AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B886AF; }

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

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

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

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

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

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

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

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