#B886AA

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

Shades of London Hue #B886AA

Tints of London Hue #B886AA

Color information

#B886AA (or 0xB886AA) is unknown color: approx London Hue. HEX triplet: B8, 86 and AA. RGB value is (184,134,170). Sum of RGB (Red+Green+Blue) = 184+134+170=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B886AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B886AA is #477955. Grayscale: #989898. Windows color (decimal): -4684118 or 11175608. OLE color: 11175608.

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

Color convert

RGB184134170-
CMYK00.270.080.28
HSL316.8º26.04%62.35%-
HSV(B)316.8º27.17%72.16%-
XYZ35.5530.1441.97-
YUV153.05137.56150.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 134 (52.73% from 255) = 27.46%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=37.70%
G=27.46%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413417000.270.080.28316.826.0462.35
HexB886AA01B81C13d1a3e
Octal27020625203310344753276
Binary10111000100001101010101001101110001110010011110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B886AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B886AA; }

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

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

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

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

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

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

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

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