#B884AB

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

Shades of London Hue #B884AB

Tints of London Hue #B884AB

Color information

#B884AB (or 0xB884AB) is unknown color: approx London Hue. HEX triplet: B8, 84 and AB. RGB value is (184,132,171). Sum of RGB (Red+Green+Blue) = 184+132+171=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B884AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B884AB is #477B54. Grayscale: #979797. Windows color (decimal): -4684629 or 11240632. OLE color: 11240632.

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

Color convert

RGB184132171-
CMYK00.280.070.28
HSL315º26.8%61.96%-
HSV(B)315º28.26%72.16%-
XYZ35.3729.6342.38-
YUV151.99138.73150.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=37.78%
G=27.10%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413217100.280.070.2831526.861.96
HexB884AB01C71C13b1b3e
Octal2702042530347344733376
Binary1011100010000100101010110111001111110010011101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B884AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B884AB; }

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

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

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

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

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

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

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

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