#B786AE

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

Shades of London Hue #B786AE

Tints of London Hue #B786AE

Color information

#B786AE (or 0xB786AE) is unknown color: approx London Hue. HEX triplet: B7, 86 and AE. RGB value is (183,134,174). Sum of RGB (Red+Green+Blue) = 183+134+174=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 183 - color contains mainly: red. Hex color #B786AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B786AE is #487951. Grayscale: #999999. Windows color (decimal): -4749650 or 11437751. OLE color: 11437751.

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

Color convert

RGB183134174-
CMYK00.270.050.28
HSL311.02º25.39%62.16%-
HSV(B)311.02º26.78%71.76%-
XYZ35.6930.1743.99-
YUV153.21139.73149.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.27%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=37.27%
G=27.29%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313417400.270.050.28311.0225.3962.16
HexB786AE01B51C137193e
Octal2672062560335344673176
Binary1011011110000110101011100110111011110010011011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B786AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B786AE; }

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

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

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

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

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

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

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

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