#BC87BD

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

Shades of London Hue #BC87BD

Tints of London Hue #BC87BD

Color information

#BC87BD (or 0xBC87BD) is unknown color: approx London Hue. HEX triplet: BC, 87 and BD. RGB value is (188,135,189). Sum of RGB (Red+Green+Blue) = 188+135+189=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC87BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87BD is #437842. Grayscale: #9C9C9C. Windows color (decimal): -4421699 or 12421052. OLE color: 12421052.

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

Color convert

RGB188135189-
CMYK0.010.2900.26
HSL298.89º29.03%63.53%-
HSV(B)298.89º28.57%74.12%-
XYZ38.5931.6952.23-
YUV157146.06150.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.72%
GREEN value IS 135 (53.12% from 255) = 26.37%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=36.72%
G=26.37%
B=36.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881351890.010.2900.26298.8929.0363.53
HexBC87BD11D01A12b1d40
Octal27420727513503245335100
Binary101111001000011110111101111101011010100101011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87BD; }

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

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

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

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

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

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

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

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