#B087AC

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

Shades of London Hue #B087AC

Tints of London Hue #B087AC

Color information

#B087AC (or 0xB087AC) is unknown color: approx London Hue. HEX triplet: B0, 87 and AC. RGB value is (176,135,172). Sum of RGB (Red+Green+Blue) = 176+135+172=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 176 - color contains mainly: red. Hex color #B087AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B087AC is #4F7853. Grayscale: #979797. Windows color (decimal): -5208148 or 11306928. OLE color: 11306928.

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

Color convert

RGB176135172-
CMYK00.230.020.31
HSL305.85º20.6%60.98%-
HSV(B)305.85º23.3%69.02%-
XYZ34.0129.5442.94-
YUV151.48139.58145.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 135 (53.12% from 255) = 27.95%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=36.44%
G=27.95%
B=35.61%

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
Decimal17613517200.230.020.31305.8520.660.98
HexB087AC01721F132153d
Octal2602072540272374622575
Binary101100001000011110101100010111101111110011001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087AC; }

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

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

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

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

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

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

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

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