#BC84BD

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

Shades of London Hue #BC84BD

Tints of London Hue #BC84BD

Color information

#BC84BD (or 0xBC84BD) is unknown color: approx London Hue. HEX triplet: BC, 84 and BD. RGB value is (188,132,189). Sum of RGB (Red+Green+Blue) = 188+132+189=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC84BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84BD is #437B42. Grayscale: #9B9B9B. Windows color (decimal): -4422467 or 12420284. OLE color: 12420284.

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

Color convert

RGB188132189-
CMYK0.010.3000.26
HSL298.95º30.16%62.94%-
HSV(B)298.95º30.16%74.12%-
XYZ38.1830.8752.09-
YUV155.24147.05151.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 132 (51.95% from 255) = 25.93%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=36.94%
G=25.93%
B=37.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881321890.010.3000.26298.9530.1662.94
HexBC84BD11E01A12b1e3f
Octal2742042751360324533677
Binary10111100100001001011110111111001101010010101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC84BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC84BD; }

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

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

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

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

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

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

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

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