#B886AE

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

Shades of London Hue #B886AE

Tints of London Hue #B886AE

Color information

#B886AE (or 0xB886AE) is unknown color: approx London Hue. HEX triplet: B8, 86 and AE. RGB value is (184,134,174). Sum of RGB (Red+Green+Blue) = 184+134+174=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 184 - color contains mainly: red. Hex color #B886AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B886AE is #477951. Grayscale: #999999. Windows color (decimal): -4684114 or 11437752. OLE color: 11437752.

HSL color Cylindrical-coordinate representation of color #B886AE: hue angle of 312º 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 #B886AE is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB184134174-
CMYK00.270.050.28
HSL312º26.04%62.35%-
HSV(B)312º27.17%72.16%-
XYZ35.9330.344-
YUV153.51139.56149.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.40%
GREEN value IS 134 (52.73% from 255) = 27.24%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=37.40%
G=27.24%
B=35.37%

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
Decimal18413417400.270.050.2831226.0462.35
HexB886AE01B51C1381a3e
Octal2702062560335344703276
Binary1011100010000110101011100110111011110010011100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B886AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B886AE; }

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

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

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

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

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

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

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

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