#B887AC

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

Shades of London Hue #B887AC

Tints of London Hue #B887AC

Color information

#B887AC (or 0xB887AC) is unknown color: approx London Hue. HEX triplet: B8, 87 and AC. RGB value is (184,135,172). Sum of RGB (Red+Green+Blue) = 184+135+172=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B887AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B887AC is #477853. Grayscale: #999999. Windows color (decimal): -4683860 or 11306936. OLE color: 11306936.

HSL color Cylindrical-coordinate representation of color #B887AC: hue angle of 314.69º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B887AC is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB184135172-
CMYK00.270.070.28
HSL314.69º25.65%62.55%-
HSV(B)314.69º26.63%72.16%-
XYZ35.8830.543.03-
YUV153.87138.23149.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.47%
GREEN value IS 135 (53.12% from 255) = 27.49%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=37.47%
G=27.49%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413517200.270.070.28314.6925.6562.55
HexB887AC01B71C13b1a3f
Octal2702072540337344733277
Binary1011100010000111101011000110111111110010011101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B887AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B887AC; }

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

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

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

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

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

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

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

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