#B884AD

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

Shades of London Hue #B884AD

Tints of London Hue #B884AD

Color information

#B884AD (or 0xB884AD) is unknown color: approx London Hue. HEX triplet: B8, 84 and AD. RGB value is (184,132,173). Sum of RGB (Red+Green+Blue) = 184+132+173=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B884AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B884AD is #477B52. Grayscale: #989898. Windows color (decimal): -4684627 or 11371704. OLE color: 11371704.

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

Color convert

RGB184132173-
CMYK00.280.060.28
HSL312.69º26.8%61.96%-
HSV(B)312.69º28.26%72.16%-
XYZ35.5629.7143.4-
YUV152.22139.73150.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 132 (51.95% from 255) = 26.99%
BLUE value IS 173 (67.97% from 255) = 35.38%
R=37.63%
G=26.99%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413217300.280.060.28312.6926.861.96
HexB884AD01C61C1391b3e
Octal2702042550346344713376
Binary1011100010000100101011010111001101110010011100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B884AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B884AD; }

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

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

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

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

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

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

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

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