#BC87AD

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

Shades of London Hue #BC87AD

Tints of London Hue #BC87AD

Color information

#BC87AD (or 0xBC87AD) is unknown color: approx London Hue. HEX triplet: BC, 87 and AD. RGB value is (188,135,173). Sum of RGB (Red+Green+Blue) = 188+135+173=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC87AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC87AD is #437852. Grayscale: #9B9B9B. Windows color (decimal): -4421715 or 11372476. OLE color: 11372476.

HSL color Cylindrical-coordinate representation of color #BC87AD: hue angle of 316.98º 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 #BC87AD is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB188135173-
CMYK00.280.080.26
HSL316.98º28.34%63.33%-
HSV(B)316.98º28.19%73.73%-
XYZ36.9531.0443.58-
YUV155.18138.06151.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 135 (53.12% from 255) = 27.22%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=37.90%
G=27.22%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813517300.280.080.26316.9828.3463.33
HexBC87AD01C81A13d1c3f
Octal27420725503410324753477
Binary10111100100001111010110101110010001101010011110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87AD; }

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

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

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

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

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

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

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

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