#B086AE

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

Shades of London Hue #B086AE

Tints of London Hue #B086AE

Color information

#B086AE (or 0xB086AE) is unknown color: approx London Hue. HEX triplet: B0, 86 and AE. RGB value is (176,134,174). Sum of RGB (Red+Green+Blue) = 176+134+174=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B086AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B086AE is #4F7951. Grayscale: #979797. Windows color (decimal): -5208402 or 11437744. OLE color: 11437744.

HSL color Cylindrical-coordinate representation of color #B086AE: hue angle of 302.86º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B086AE is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176134174-
CMYK00.240.010.31
HSL302.86º21%60.78%-
HSV(B)302.86º23.86%69.02%-
XYZ34.0729.3443.91-
YUV151.12140.91145.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=36.36%
G=27.69%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613417400.240.010.31302.862160.78
HexB086AE01811F12f153d
Octal2602062560301374572575
Binary10110000100001101010111001100011111110010111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B086AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B086AE; }

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

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

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

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

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

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

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

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