#B087AF

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

Shades of London Hue #B087AF

Tints of London Hue #B087AF

Color information

#B087AF (or 0xB087AF) is unknown color: approx London Hue. HEX triplet: B0, 87 and AF. RGB value is (176,135,175). Sum of RGB (Red+Green+Blue) = 176+135+175=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B087AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B087AF is #4F7850. Grayscale: #979797. Windows color (decimal): -5208145 or 11503536. OLE color: 11503536.

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

Color convert

RGB176135175-
CMYK00.230.010.31
HSL301.46º20.6%60.98%-
HSV(B)301.46º23.3%69.02%-
XYZ34.3129.6544.47-
YUV151.82141.08145.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 135 (53.12% from 255) = 27.78%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=36.21%
G=27.78%
B=36.01%

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
Decimal17613517500.230.010.31301.4620.660.98
HexB087AF01711F12d153d
Octal2602072570271374552575
Binary10110000100001111010111101011111111110010110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087AF; }

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

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

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

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

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

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

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

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