#BC8FBC

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

Shades of London Hue #BC8FBC

Tints of London Hue #BC8FBC

Color information

#BC8FBC (or 0xBC8FBC) is unknown color: approx London Hue. HEX triplet: BC, 8F and BC. RGB value is (188,143,188). Sum of RGB (Red+Green+Blue) = 188+143+188=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC8FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FBC is #437043. Grayscale: #A1A1A1. Windows color (decimal): -4419652 or 12357564. OLE color: 12357564.

HSL color Cylindrical-coordinate representation of color #BC8FBC: hue angle of 300º degrees, saturation: 0.25, 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 #BC8FBC is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188143188-
CMYK00.2400.26
HSL300º25.14%64.9%-
HSV(B)300º23.94%73.73%-
XYZ39.6433.9752.04-
YUV161.58142.91146.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 143 (56.25% from 255) = 27.55%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=36.22%
G=27.55%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814318800.2400.2630025.1464.9
HexBC8FBC01801A12c1941
Octal27421727403003245431101
Binary101111001000111110111100011000011010100101100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FBC; }

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

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

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

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

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

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

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

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