#B886B9

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

Shades of London Hue #B886B9

Tints of London Hue #B886B9

Color information

#B886B9 (or 0xB886B9) is unknown color: approx London Hue. HEX triplet: B8, 86 and B9. RGB value is (184,134,185). Sum of RGB (Red+Green+Blue) = 184+134+185=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 185 - color contains mainly: blue. Hex color #B886B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B886B9 is #477946. Grayscale: #9A9A9A. Windows color (decimal): -4684103 or 12158648. OLE color: 12158648.

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

Color convert

RGB184134185-
CMYK0.010.2800.27
HSL298.82º26.7%62.55%-
HSV(B)298.82º27.57%72.55%-
XYZ37.0530.7449.88-
YUV154.76145.06148.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 134 (52.73% from 255) = 26.64%
BLUE value IS 185 (72.66% from 255) = 36.78%
R=36.58%
G=26.64%
B=36.78%

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
Decimal1841341850.010.2800.27298.8226.762.55
HexB886B911C01B12b1b3f
Octal2702062711340334533377
Binary10111000100001101011100111110001101110010101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B886B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B886B9; }

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

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

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

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

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

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

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

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