#B882BA

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

Shades of London Hue #B882BA

Tints of London Hue #B882BA

Color information

#B882BA (or 0xB882BA) is unknown color: approx London Hue. HEX triplet: B8, 82 and BA. RGB value is (184,130,186). Sum of RGB (Red+Green+Blue) = 184+130+186=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #B882BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B882BA is #477D45. Grayscale: #989898. Windows color (decimal): -4685126 or 12223160. OLE color: 12223160.

HSL color Cylindrical-coordinate representation of color #B882BA: hue angle of 297.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B882BA is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184130186-
CMYK0.010.3000.27
HSL297.86º28.87%61.96%-
HSV(B)297.86º30.11%72.94%-
XYZ36.6129.750.26-
YUV152.53146.89150.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.8%
GREEN value IS 130 (51.17% from 255) = 26%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=36.8%
G=26%
B=37.2%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841301860.010.3000.27297.8628.8761.96
HexB882BA11E01B12a1d3e
Octal2702022721360334523576
Binary10111000100000101011101011111001101110010101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B882BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B882BA; }

 p { color: rgb(184,130,186); }

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

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

 a { background-color: rgb(184,130,186); }

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

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

 span { border-color: rgb(184,130,186); }

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