#B886BA

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

Shades of London Hue #B886BA

Tints of London Hue #B886BA

Color information

#B886BA (or 0xB886BA) is unknown color: approx London Hue. HEX triplet: B8, 86 and BA. RGB value is (184,134,186). Sum of RGB (Red+Green+Blue) = 184+134+186=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #B886BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B886BA is #477945. Grayscale: #9A9A9A. Windows color (decimal): -4684102 or 12224184. OLE color: 12224184.

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

Color convert

RGB184134186-
CMYK0.010.2800.27
HSL297.69º27.37%62.75%-
HSV(B)297.69º27.96%72.94%-
XYZ37.1630.7950.44-
YUV154.88145.56148.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.51%
GREEN value IS 134 (52.73% from 255) = 26.59%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=36.51%
G=26.59%
B=36.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841341860.010.2800.27297.6927.3762.75
HexB886BA11C01B12a1b3f
Octal2702062721340334523377
Binary10111000100001101011101011110001101110010101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B886BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B886BA; }

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

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

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

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

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

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

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

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