#B786AC

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

Shades of London Hue #B786AC

Tints of London Hue #B786AC

Color information

#B786AC (or 0xB786AC) is unknown color: approx London Hue. HEX triplet: B7, 86 and AC. RGB value is (183,134,172). Sum of RGB (Red+Green+Blue) = 183+134+172=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 183 - color contains mainly: red. Hex color #B786AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B786AC is #487953. Grayscale: #989898. Windows color (decimal): -4749652 or 11306679. OLE color: 11306679.

HSL color Cylindrical-coordinate representation of color #B786AC: hue angle of 313.47º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B786AC is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB183134172-
CMYK00.270.060.28
HSL313.47º25.39%62.16%-
HSV(B)313.47º26.78%71.76%-
XYZ35.530.142.97-
YUV152.98138.73149.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.42%
GREEN value IS 134 (52.73% from 255) = 27.40%
BLUE value IS 172 (67.58% from 255) = 35.17%
R=37.42%
G=27.40%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313417200.270.060.28313.4725.3962.16
HexB786AC01B61C139193e
Octal2672062540336344713176
Binary1011011110000110101011000110111101110010011100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B786AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B786AC; }

 p { color: rgb(183,134,172); }

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

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

 a { background-color: rgb(183,134,172); }

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

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

 span { border-color: rgb(183,134,172); }

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