#BC8EBC

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

Shades of London Hue #BC8EBC

Tints of London Hue #BC8EBC

Color information

#BC8EBC (or 0xBC8EBC) is unknown color: approx London Hue. HEX triplet: BC, 8E and BC. RGB value is (188,142,188). Sum of RGB (Red+Green+Blue) = 188+142+188=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC8EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EBC is #437143. Grayscale: #A0A0A0. Windows color (decimal): -4419908 or 12357308. OLE color: 12357308.

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

Color convert

RGB188142188-
CMYK00.2400.26
HSL300º25.56%64.71%-
HSV(B)300º24.47%73.73%-
XYZ39.4933.6751.99-
YUV161143.24147.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 142 (55.86% from 255) = 27.41%
BLUE value IS 188 (73.83% from 255) = 36.29%
R=36.29%
G=27.41%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814218800.2400.2630025.5664.71
HexBC8EBC01801A12c1a41
Octal27421627403003245432101
Binary101111001000111010111100011000011010100101100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8EBC; }

 p { color: rgb(188,142,188); }

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

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

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

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

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

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

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