#BC8DBC

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

Shades of London Hue #BC8DBC

Tints of London Hue #BC8DBC

Color information

#BC8DBC (or 0xBC8DBC) is unknown color: approx London Hue. HEX triplet: BC, 8D and BC. RGB value is (188,141,188). Sum of RGB (Red+Green+Blue) = 188+141+188=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC8DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DBC is #437243. Grayscale: #A0A0A0. Windows color (decimal): -4420164 or 12357052. OLE color: 12357052.

HSL color Cylindrical-coordinate representation of color #BC8DBC: 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.25%. Process color model (Four color, CMYK) of #BC8DBC is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188141188-
CMYK00.2500.26
HSL300º25.97%64.51%-
HSV(B)300º25%73.73%-
XYZ39.3433.3751.94-
YUV160.41143.57147.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=36.36%
G=27.27%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814118800.2500.2630025.9764.51
HexBC8DBC01901A12c1a41
Octal27421527403103245432101
Binary101111001000110110111100011001011010100101100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DBC; }

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

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

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

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

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

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

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

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