#BC87AB

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

Shades of London Hue #BC87AB

Tints of London Hue #BC87AB

Color information

#BC87AB (or 0xBC87AB) is unknown color: approx London Hue. HEX triplet: BC, 87 and AB. RGB value is (188,135,171). Sum of RGB (Red+Green+Blue) = 188+135+171=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC87AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC87AB is #437854. Grayscale: #9A9A9A. Windows color (decimal): -4421717 or 11241404. OLE color: 11241404.

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

Color convert

RGB188135171-
CMYK00.280.090.26
HSL319.25º28.34%63.33%-
HSV(B)319.25º28.19%73.73%-
XYZ36.7530.9642.57-
YUV154.95137.06151.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 135 (53.12% from 255) = 27.33%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=38.06%
G=27.33%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813517100.280.090.26319.2528.3463.33
HexBC87AB01C91A13f1c3f
Octal27420725303411324773477
Binary10111100100001111010101101110010011101010011111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87AB; }

 p { color: rgb(188,135,171); }

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

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

 a { background-color: rgb(188,135,171); }

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

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

 span { border-color: rgb(188,135,171); }

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