#B884B6

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

Shades of London Hue #B884B6

Tints of London Hue #B884B6

Color information

#B884B6 (or 0xB884B6) is unknown color: approx London Hue. HEX triplet: B8, 84 and B6. RGB value is (184,132,182). Sum of RGB (Red+Green+Blue) = 184+132+182=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 184 - color contains mainly: red. Hex color #B884B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884B6 is #477B49. Grayscale: #999999. Windows color (decimal): -4684618 or 11961528. OLE color: 11961528.

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

Color convert

RGB184132182-
CMYK00.280.010.28
HSL302.31º26.8%61.96%-
HSV(B)302.31º28.26%72.16%-
XYZ36.4630.0748.14-
YUV153.25144.23149.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.95%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 182 (71.48% from 255) = 36.55%
R=36.95%
G=26.51%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413218200.280.010.28302.3126.861.96
HexB884B601C11C12e1b3e
Octal2702042660341344563376
Binary10111000100001001011011001110011110010010111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B884B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B884B6; }

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

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

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

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

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

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

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

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