#B087AD

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

Shades of London Hue #B087AD

Tints of London Hue #B087AD

Color information

#B087AD (or 0xB087AD) is unknown color: approx London Hue. HEX triplet: B0, 87 and AD. RGB value is (176,135,173). Sum of RGB (Red+Green+Blue) = 176+135+173=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B087AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B087AD is #4F7852. Grayscale: #979797. Windows color (decimal): -5208147 or 11372464. OLE color: 11372464.

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

Color convert

RGB176135173-
CMYK00.230.020.31
HSL304.39º20.6%60.98%-
HSV(B)304.39º23.3%69.02%-
XYZ34.1129.5843.45-
YUV151.59140.08145.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 135 (53.12% from 255) = 27.89%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=36.36%
G=27.89%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613517300.230.020.31304.3920.660.98
HexB087AD01721F130153d
Octal2602072550272374602575
Binary101100001000011110101101010111101111110011000010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087AD; }

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

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

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

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

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

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

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

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