#B884AA

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

Shades of London Hue #B884AA

Tints of London Hue #B884AA

Color information

#B884AA (or 0xB884AA) is unknown color: approx London Hue. HEX triplet: B8, 84 and AA. RGB value is (184,132,170). Sum of RGB (Red+Green+Blue) = 184+132+170=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 184 - color contains mainly: red. Hex color #B884AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B884AA is #477B55. Grayscale: #979797. Windows color (decimal): -4684630 or 11175096. OLE color: 11175096.

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

Color convert

RGB184132170-
CMYK00.280.080.28
HSL316.15º26.8%61.96%-
HSV(B)316.15º28.26%72.16%-
XYZ35.2729.641.88-
YUV151.88138.23150.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.86%
GREEN value IS 132 (51.95% from 255) = 27.16%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=37.86%
G=27.16%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413217000.280.080.28316.1526.861.96
HexB884AA01C81C13c1b3e
Octal27020425203410344743376
Binary10111000100001001010101001110010001110010011110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B884AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B884AA; }

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

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

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

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

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

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

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

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