#B086AC

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

Shades of London Hue #B086AC

Tints of London Hue #B086AC

Color information

#B086AC (or 0xB086AC) is unknown color: approx London Hue. HEX triplet: B0, 86 and AC. RGB value is (176,134,172). Sum of RGB (Red+Green+Blue) = 176+134+172=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B086AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B086AC is #4F7953. Grayscale: #969696. Windows color (decimal): -5208404 or 11306672. OLE color: 11306672.

HSL color Cylindrical-coordinate representation of color #B086AC: hue angle of 305.71º 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 #B086AC is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB176134172-
CMYK00.240.020.31
HSL305.71º21%60.78%-
HSV(B)305.71º23.86%69.02%-
XYZ33.8829.2642.89-
YUV150.89139.91145.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 134 (52.73% from 255) = 27.80%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=36.51%
G=27.80%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613417200.240.020.31305.712160.78
HexB086AC01821F132153d
Octal2602062540302374622575
Binary101100001000011010101100011000101111110011001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B086AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B086AC; }

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

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

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

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

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

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

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

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