#BC87BF

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

Shades of London Hue #BC87BF

Tints of London Hue #BC87BF

Color information

#BC87BF (or 0xBC87BF) is unknown color: approx London Hue. HEX triplet: BC, 87 and BF. RGB value is (188,135,191). Sum of RGB (Red+Green+Blue) = 188+135+191=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC87BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87BF is #437840. Grayscale: #9D9D9D. Windows color (decimal): -4421697 or 12552124. OLE color: 12552124.

HSL color Cylindrical-coordinate representation of color #BC87BF: hue angle of 296.79º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC87BF is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188135191-
CMYK0.020.2900.25
HSL296.79º30.43%63.92%-
HSV(B)296.79º29.32%74.9%-
XYZ38.8131.7853.38-
YUV157.23147.06149.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 135 (53.12% from 255) = 26.26%
BLUE value IS 191 (75% from 255) = 37.16%
R=36.58%
G=26.26%
B=37.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881351910.020.2900.25296.7930.4363.92
HexBC87BF21D0191291e40
Octal27420727723503145136100
Binary1011110010000111101111111011101011001100101001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87BF; }

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

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

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

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

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

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

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

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