#B086A8

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

Shades of London Hue #B086A8

Tints of London Hue #B086A8

Color information

#B086A8 (or 0xB086A8) is unknown color: approx London Hue. HEX triplet: B0, 86 and A8. RGB value is (176,134,168). Sum of RGB (Red+Green+Blue) = 176+134+168=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B086A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B086A8 is #4F7957. Grayscale: #969696. Windows color (decimal): -5208408 or 11044528. OLE color: 11044528.

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

Color convert

RGB176134168-
CMYK00.240.050.31
HSL311.43º21%60.78%-
HSV(B)311.43º23.86%69.02%-
XYZ33.529.1140.9-
YUV150.43137.91146.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 134 (52.73% from 255) = 28.03%
BLUE value IS 168 (66.02% from 255) = 35.15%
R=36.82%
G=28.03%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613416800.240.050.31311.432160.78
HexB086A801851F137153d
Octal2602062500305374672575
Binary1011000010000110101010000110001011111110011011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B086A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B086A8; }

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

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

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

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

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

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

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

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