#B087AE

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

Shades of London Hue #B087AE

Tints of London Hue #B087AE

Color information

#B087AE (or 0xB087AE) is unknown color: approx London Hue. HEX triplet: B0, 87 and AE. RGB value is (176,135,174). Sum of RGB (Red+Green+Blue) = 176+135+174=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B087AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B087AE is #4F7851. Grayscale: #979797. Windows color (decimal): -5208146 or 11438000. OLE color: 11438000.

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

Color convert

RGB176135174-
CMYK00.230.010.31
HSL302.93º20.6%60.98%-
HSV(B)302.93º23.3%69.02%-
XYZ34.2129.6143.96-
YUV151.7140.58145.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 135 (53.12% from 255) = 27.84%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=36.29%
G=27.84%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613517400.230.010.31302.9320.660.98
HexB087AE01711F12f153d
Octal2602072560271374572575
Binary10110000100001111010111001011111111110010111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087AE; }

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

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

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

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

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

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

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

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